blob: bfdb09f88332b9227ec4ca79295093fb2ea8d6bc [file] [log] [blame]
namespace N {
template <typename T>
struct foo {};
}
int main() {
using N::foo<double>; // { dg-error "" }
}