repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
stmtexpr1.C
blob
4455398bca608f09c58f55df35a999a927476324
1
// { dg-do compile }
2
// { dg-options "" }
3
4
int
5
main (int argc, char **argv)
6
{
7
int a = ({ 1 ? 0 : 1; });
8
return ({ argc > 1 ? 1 : 0; });
9
}