原始内容
高亮显示
复制内容
#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
您还没有登录,登录后您可以:
首次使用?从这里 注册