10 lines
90 B
C
10 lines
90 B
C
|
// Support header for macro_arg_directive.c
|
||
|
|
||
|
int n;
|
||
|
|
||
|
struct S {
|
||
|
int k;
|
||
|
};
|
||
|
|
||
|
void g(int);
|