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