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