Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c2x-old-style-definition-3.c
blob: a2500769f87f80cd518e4cd5f7598d325eb98e68 [
file
] [
log
] [
blame
]
/* Test old-style function definitions not in C2x: warnings disabled
by -Wno-old-style-definition. */
/* { dg-do compile } */
/* { dg-options "-std=c2x -Wno-old-style-definition" } */
void
f
(
x
)
int
x
;
{
}