blob: 52965599a3a431490dc5d5e0fb2c5f293a71aa42 [file] [log] [blame]
#undef DEF
#include "header.h"
static int foo() {
return 0;
}
int main() {
f1();
long *x;
f2(&x);
double *y;
f2(&y);
f3();
return foo();
}