Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
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
;
{
}