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
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
sizeof-2.c
blob
018ed740aaa65da309d4a290be04ec5fae07a194
1
/* { dg-do compile } */
2
3
4
void
foo
()
5
{
6
sizeof
(,);
/* { dg-error "expected expression before" } */
7
}
8