blob: 3a5e8e20ba5cd76101a1f34b723ab4be8e9ad31c [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
export module Bar;
// { dg-module-cmi "Bar" }
import Foo;
export int bill ();