blob: fc65eee85cf30edf94797960f92f96feccb2ecf0 [file] [log] [blame]
// P0634R3
// { dg-do compile { target c++20 } }
template<class T>
struct A {
typedef int B;
B b;
};