blob: b2af4310d1ba3752a9896ac20ee23597ff9e9394 [file] [log] [blame]
// Build don't link:
// GROUPS passed old-abort
class X
{
public:
X ();
int f[4];
};
// Note that we mistakenly initialize the array data member as if it
// was scalar
X::X () : f (0) {}// ERROR - .*