FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash60.C
blobb2af4310d1ba3752a9896ac20ee23597ff9e9394
1 // Build don't link: 
2 // GROUPS passed old-abort
3 class X
5 public:
6     X ();
7     int f[4];
8 };
10 // Note that we mistakenly initialize the array data member as if it
11 // was scalar
12 X::X () : f (0) {}// ERROR - .*