aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.h
blob: 69da492d7d0025ef41831b3120ba85947391476b (plain) (blame)
1
2
3
4
5
6
extern warnhere();
#define Foo 9
void hi() {
   extern int printf();
   printf("hi from header\n");
}