aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/init7.C
blob: 2ec97c4fd1154fa7a34ca1f398d1aef12bf9b87e (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't link: 
// GROUPS passed initialization
class test
 {
  public:
   int x;
   int y;
   test (int val) { x = val; y = 0;}
 };

test ar(34)[5];// ERROR - .*