blob: a8fb5cede05df5bdf4fefb4f0834f9b1e19a4c74 [file]
struct Incomplete;
struct X : Incomplete {
X();
};
struct Y : X {
using X::X;
};