xref: /minix3/external/bsd/llvm/dist/clang/test/Preprocessor/macro_arg_directive.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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