2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash3.C
blob5a218271625c1afc7e1fc1d8537caee07ecd2a9d
1 // { dg-do assemble  }
2 // { dg-options "-g -O2" }
4 inline void f() {
5   struct S {};
6   S s;
9 void g()
11   for (int i = 0; i < 2; ++i)
12     f();