c++: Implement for namespace statics CWG 2867 - Order of initialization for structure...
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-old-style-definition-2.c
blobeae68a88c31211b6da32044c8762fdfb18a5340d
1 /* Test old-style function definitions not in C23: errors. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c23 -pedantic-errors" } */
5 void
6 f (x) /* { dg-error "old-style function definition" } */
7 int x;