blob: 800752dc871c0325db5a8464a3edae2c2ef6a080 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
export module Baz;
// { dg-module-cmi "Baz" }
void Quux (void);
export void Bar (void);
void Foo (void);