blob: 2499936788a47a53ddc04126acc693ace6de05e3 [file] [log] [blame]
template <typename T> struct A {
struct B {
T f;
};
};