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
/
other
/
access3.C
blob
2c21c1e5fa9edde88d54a8216f724c2464860928
1
// { dg-do compile }
2
// { dg-options "-fno-access-control" }
3
4
// PR c++/20022
5
6
// Make sure -fno-access-control doesn't crash, and actually grants at
7
// least some access.
8
9
class B {
10
enum A {};
11
};
12
13
B::A r;