blob: 47e21581fdc58eb70247453cf828b898ba2c4f92 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -fdeclone-ctor-dtor" }
// { dg-module-cmi M }
export module M;
export struct S {
inline S(int) {}
};