OSDN Git Service

PR c++/28606
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / for1.C
1 // PR c++/23440
2 // Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3 // { dg-do compile }
4 // { dg-options "" }
5
6 # 0 "for1.C"
7 void foo() { for (;;)  // { dg-error "at end of input" "" { target *-*-* } 0 }