blob: 9da208c8ba6a351372b9382b7553107e3c42fa39 [file] [log] [blame]
#define f() g()
#undef g
#undef h
#define h() g()
int x;
#undef h2
int h3(void);