No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / other / do1.C
blob720358568f1245f4ae7fe137c6b614acf6e324c3
1 // { dg-do compile }
3 // Copyright (C) 2002 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 16 Sep 2002 <nathan@codesourcery.com>
6 // PR 7640. ICE.
8 void init ()
10   do {  } while (0)
11             obj = 0; // { dg-error "expected|not declared" "" }
12