2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / other / do1.C
blob8cbd1a35f1f483d74da3dbebac37ccfb841e2005
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|undeclared" "" }
12