aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/init3.C
blob: de0473ec5a14c92865149b0688985ffdac4e5c3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Build don't link: 
// GROUPS passed initialization
// init file
// From: thayer@moose.cs.columbia.edu (Charles Thayer)
// Date:     Wed, 30 Sep 92 02:38:17 EDT
// Subject:  small bug
// Message-ID: <9209300638.AA22334@moose.cs.columbia.edu>

main() {
int offset;
char buf[offset]=""; // ERROR - ansi forbids variable arrays
}