repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-parm-omit-4.c
blob
ea4cbfa9928d5bc9ed42e190770caa65360c5d5b
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" } */
5
6
void
f
(
int
) { }