libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-old-style-definition-2.c
blob89152ce07b4464547a109bf0e1901db5052574d4
1 /* Test old-style function definitions not in C23: () does not give
2 type with a prototype for older standards. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c11" } */
6 void
7 f ()
11 void
12 g (void)
14 f (1);