blob: 8d77072197b27f5547956bfa0db89ffbbf81e4b8 [file] [log] [blame]
// check that using a qualified name with a typename does
// not report an error.
struct A { typedef int X; };
int i = typename A::X();