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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr68024.c
blob
a750917702f00277456ad3913df3b0bf8d96ba2e
1
/* PR c/68024 */
2
/* { dg-do compile } */
3
4
void
f
(
int
, ...);
5
void
f
(
a
)
int
a
; {}
/* { dg-warning "defined as variadic function without prototype" } */