1 void f() __attribute__((unavailable)); 2 void g(); 3 #define g() f() 4 #define h() f() 5 #define x x 6