brintos

brintos / llvm-project-archived public Read only

0
0
Text · 142 B · 9cd6a66 Raw
10 lines · c
1void f(void) __attribute__((unavailable));2void g(void);3#define g() f()4#define h() f()5#define x x6#define h2() f()7 8#define h3()9#undef h310