FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / init13.C
blob41f0fcf68bfc76167256bb08ac44f88aacc5ef89
1 // Build don't link: 
2 // GROUPS passed initialization
3 struct A {
4   operator int ();
5 };
6  
7 int i = A();