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
/
conversion
/
ptrmem1.C
blob
ed00ea3f715281a069f811d3fdd0acb0b34ab723
1
struct S {};
2
3
void f (int S::*const*);
4
5
typedef int I;
6
7
void f (I S::*const*);
8
9
void g() {
10
int S::*const* p;
11
12
f(p);
13
}