10 lines
134 B
C
10 lines
134 B
C
|
void f() __attribute__((unavailable));
|
||
|
void g();
|
||
|
#define g() f()
|
||
|
#define h() f()
|
||
|
#define x x
|
||
|
#define h2() f()
|
||
|
|
||
|
#define h3()
|
||
|
#undef h3
|