libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-parm-omit-4.c
blobea4cbfa9928d5bc9ed42e190770caa65360c5d5b
1 /* Test omitted parameter names not in C11: accepted by default in the
2 absence of -pedantic. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c11" } */
6 void f (int) { }