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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
init
/
struct1.C
blob
4cabc99e0e233d57cdde433bbe40094981299082
1
struct bug {
2
const char *name;
3
unsigned long type;
4
};
5
6
struct bug s = { 0, (unsigned long) &s | 1 };