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
/
array9.C
blob
d37e00e5b0e4342ecd5873b163815547b6cee12c
1
struct T {
2
T ();
3
};
4
5
void f () {
6
T t[2];
7
for (int i = 0; i < 10; ++i);
8
int i = 0;
9
}