Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
error58.C
blob: cede1c94887d879f62241f0df6950d81d69026cd [
file
] [
log
] [
blame
]
// PR c++/85242
namespace
N
{
struct
A
{};
}
template
<
struct
N
::
A
{}>
void
foo
();
// { dg-error "" }