blob: 90be60f2629874a26c7bd137e6d03afbd9b426be [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
// tu1
export module A;
// { dg-module-cmi A }
export import :Foo;
export int baz();