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