summaryrefslogtreecommitdiff
path: root/test/regression/funct2.c
blob: 6b648c75d54dee283baf7276a3b948a6103a7127 (plain)
1
2
3
4
extern int f(int x);

double g(int x) { return 3.14 * f(x); }