aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.law/missing1.C
blob: 9afeef6efe18d2387515633d1e756a9e36682491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// { dg-do assemble  }
// 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];
}