Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.ns
/
template1.C
blob: 61fd72f8144641f28c5c68950a6577dd7b0ecaee [
file
] [
log
] [
blame
]
// { dg-do assemble }
namespace
foo
{
template
<
class
T
>
class
x
{};
}
foo
::
x
<int>
y
;