921e5a0eb4
From-SVN: r14840
16 lines
304 B
C
16 lines
304 B
C
// Build don't link:
|
|
// GROUPS passed ARM-compliance
|
|
// arm file
|
|
// Message-Id: <9302181055.AA12522@slsvitt>
|
|
// From: dcb@us-es.sel.de (David Binderman 3841)
|
|
// Subject: Page 81 of the ARM
|
|
// Date: Thu, 18 Feb 93 11:55:15 +0100
|
|
|
|
|
|
int main() {
|
|
int x[ 10, 11]; // ERROR - .*
|
|
|
|
return 0;
|
|
}
|
|
|