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
/
ext
/
interface4.h
blob
0971b3722171f4e56fe08fcb26d52a9bd55c845a
1
#pragma interface
2
namespace
N
{
3
typedef
int
A
;
4
}
5
inline
void
g
( ) {
6
static
N
::
A a
=
0
;
7
a
=
a
;
8
}