blob: 00193f02f6113d466f9f26923cd1bab777d5699e [file] [log] [blame]
// PR c++/93869 - ICE with -Wmismatched-tags.
// { dg-do compile }
// { dg-options "-Wmismatched-tags" }
namespace N { typedef int T; }
typename N::T x;