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
/
init
/
for3.C
blob
c8ef3cc6291c92da0af1dde5aeca805f430e9e54
1
// { dg-do compile }
2
3
struct A { int i; A(); A(const A&); };
4
5
void bar()
6
{
7
A a;
8
for ( ;; a=A() ) ;
9
}