aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.c
blob: 0c199dc8593b19550ca51d78c2a2763237bb7137 (plain) (blame)
1
2
3
4
5
6
7
8

#include "pp.h"
int
main(void)
{
   hi();
   return Foo;
}