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
/
pm3.C
blob
980790db34679d5c6d534092a14ccea3838375b2
1
// PR c++/12218
2
// { dg-do run }
3
4
struct C { int i, j; };
5
typedef int C::*mPtr;
6
extern const mPtr should_be_0 = &C::i;
7
extern const mPtr should_be_4 = &C::j;
8
9
int main () {
10
}