921e5a0eb4
From-SVN: r14840
13 lines
276 B
C
13 lines
276 B
C
// 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];
|
|
}
|