blob: cede1c94887d879f62241f0df6950d81d69026cd [file] [log] [blame]
// PR c++/85242
namespace N
{
struct A {};
}
template<struct N::A {}> void foo(); // { dg-error "" }