j.h 167 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #ifndef J_H #define J_H #define STR(x) #x #define HDR(x) STR(x.h) #include ALLOWED_INC #include HDR(a) const int j = a * a + b; // expected-no-diagnostics #endif