OSDN Git Service

PR c++/15759
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / do1.C
1 // { dg-do compile }
2
3 // Copyright (C) 2002 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 16 Sep 2002 <nathan@codesourcery.com>
5
6 // PR 7640. ICE.
7
8 void init ()
9 {
10   do {  } while (0)
11             obj = 0; // { dg-error "expected|not declared" "" }
12      
13 }