blob: 7a900f69865212d8fd6d7cea72285a935be806e1 [file] [log] [blame]
typedef int Int1;
using Int2 = int;
template<class T>
struct A {};
template <class T> using B = A<T>;
class C {
typedef int Int3;
};