llvm/clang/test/Preprocessor/macro_arg_directive.h

// Support header for macro_arg_directive.c

int n;

struct S {
  int k;
};

void g(int);