aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-parm-omit-3.c
blob: 5bf27a03aff2404f9711c0805012312c84d83cf0 (plain)
1
2
3
4
5
/* Test omitted parameter names not in C11: -pedantic -Wno-c11-c2x-compat.  */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic -Wno-c11-c2x-compat" } */

void f (int) { }