Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wmismatched-tags-2.C
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
;