summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_arg_directive.h
blob: 892dbf2b13bb53cad51e9232051f4e8567742edc (plain)
1
2
3
4
5
6
7
8
9
// Support header for macro_arg_directive.c

int n;

struct S {
  int k;
};

void g(int);