blob: 87de746f5c2ccc8c21a9aae27bc1f66f8c106f32 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -fdeclone-ctor-dtor" }
// { dg-module-cmi M }
export module M;
struct A {};
export struct B : virtual A {
inline B (int) {}
};