OSDN Git Service

2008-01-14 Paolo Carlini <pcarlini@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp / pedantic-errors.C
1 /* { dg-do preprocess } */
2 /* { dg-options "-std=c++98" } */
3
4 #if 1   
5 #endif 1 /* { dg-error "error: extra tokens at end of #endif directive" } */