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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
proto-1.c
blob
62d0209b08f946c6f434cdedaa3a029ac344355c
1
/* PR c/28502 */
2
/* { dg-do compile } */
3
4
void
foo
() {}
/* { dg-message "note: previous" } */
5
void
foo
(
void
[]);
/* { dg-error "array of voids" } */