// Trailing comments after an #include should not throw an error. #pragma pedantic #include /* this should not fail */ int run_test() { return 1; }