2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / init2.C
blob81f6e4f1d63fae0b40303363d6b6f059c37c4c6b
1 // { dg-do assemble  }
3 struct Foo {
4   Foo (int);
5 };
7 int bar (Foo);
9 int x = bar (3);