blob: 5a002bd7bf95694bd6694ae6832da5f7ab699c7e [file] [log] [blame]
// Build don't link:
template <class T>
struct S1 {};
namespace N {
}
struct S2
{
typedef N::S1<int> S2_T; // ERROR - parse error
};