1 2 3 4 5 6 7 8 9 10 11
#define x struct z #define max(a, b) ((a) > (b) ? (a) : (b)) void f() { goto p; p: goto q; q: goto p; }