blob: 2269ac369ede64fa89439a9ed2f7f16f3a27d265 [file] [log] [blame]
template<typename T>
struct Wrapper {
struct Wrapped {
T t;
};
using Type = Wrapped;
};