crash-preamble-classes.h 87 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 struct Incomplete; struct X : Incomplete { X(); }; struct Y : X { using X::X; };