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
2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
stmt-expr-1.c
blob
fdd62528d46bc9415ce5ec9caa9e5b06b1b3e773
1
/* Test diagnostic for GNU extension: statement expressions. Test
2
with no special options. */
3
/* Origin: Joseph Myers <joseph@codesourcery.com> */
4
/* { dg-do compile } */
5
/* { dg-options "-std=gnu99" } */
6
7
int
8
f
(
void
)
9
{
10
return
({
1
; });
11
}