1 2 3 4 5 6 7 8 9 10 11 12 13
/* PR preprocessor/103130 */ /* { dg-do preprocess } */ /* { dg-options -fdirectives-only } */ /*\ * this is a comment \*/ int main () { return 0; }