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