blob: 9afeef6efe18d2387515633d1e756a9e36682491 [file] [log] [blame]
// { 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];
}