2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / scope1.C
blobf5459410941ac8a91a5cc06cb3ffd31bc369fb44
1 // { dg-do assemble  }
2 // GROUPS passed scoping
3 int f (int i) {
4   if (i)
5     for (int j = i; j; j--)
6       ;
7   return j;     // error: j should only be in scope inside the body of `for'// { dg-error "" } .*