aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-parm-omit-4.c
blob: ea4cbfa9928d5bc9ed42e190770caa65360c5d5b (plain)
1
2
3
4
5
6
/* Test omitted parameter names not in C11: accepted by default in the
   absence of -pedantic.  */
/* { dg-do compile } */
/* { dg-options "-std=c11" } */

void f (int) { }