aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/missing1.C
blob: e6505f578a52358deec79fd2656bc15858feef05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Build don't link: 
// GROUPS passed missing
// missing file
// Message-Id: <9207100259.AA11702@quaestor>
// From: adam@inference.com (David Adam)
// Subject: G++ does not allow parens around declarators.
// Date: Thu, 9 Jul 92 19:59:51 PDT

void foo()
{
  long (bar)[5];
}