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
* gcc.dg/20061124-1.c: Add exit() function prototype.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
proto-1.c
blob
13c59a8a54b54a091c986b1bdd84983d49d33eda
1
/* PR c/28502 */
2
/* { dg-do compile } */
3
4
void
foo
() {}
/* { dg-error "previous" } */
5
void
foo
(
void
[]);
/* { dg-error "array of voids" } */