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/
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr35443.c
blob
5dfc299e79674c702443af4c9fe23b1cbd56b279
1
/* PR c/35443 */
2
/* { dg-options "" } */
3
/* { dg-bogus "not supported by" "" { target *-*-* } 0 } */
4
5
void
6
foo
()
7
{
8
({
int
i
;
i
; })();
/* { dg-error "is not a function" } */
9
}