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
/
cond2.C
blob
2dbe42b34f312a734ca2505cc6f61aa29a42649c
1
// PR c++/20905
2
3
struct name {};
4
5
int
6
f ();
7
8
void
9
g ()
10
{
11
if (int name = f ())
12
{
13
}
14
}