macro_arg_directive.h 90 B

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