blob: 209eafccc76a8a0ce51748ec802139292e9f8be8 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
// tu2
export module A:Foo;
// { dg-module-cmi A:Foo }
import :Internals;
export int foo() { return 2 * (bar() + 1); }