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
/
parse
/
access1.C
blob
f8994e39e3c71e53965faf7efd07faff9db7926b
1
// { dg-do compile }
2
3
// Origin: Volker Lukas <vlukas@gmx.de>
4
5
// PR c++/9554: Access checking for template ID as class head.
6
7
class enclose
8
{
9
template<typename T> struct enclosed;
10
};
11
12
template <>
13
struct enclose::enclosed<int>;