1// Support header for macro_arg_directive.c
2
3int n;
4
5struct S {
6  int k;
7};
8
9void g(int);
10