blob: 2a8748c6be012243a43b018ce7b7e5ed21e18fef [file] [log] [blame]
// PR c++/122053
// { dg-additional-options "-fmodules -Wno-global-module" }
// { dg-module-cmi M }
module;
struct mytime {
long a, b;
};
export module M;
export mytime foo();