hanchenye-llvm-project/clang/test/Preprocessor/macro_arg_directive.h

10 lines
90 B
C

// Support header for macro_arg_directive.c
int n;
struct S {
int k;
};
void g(int);