blob: 5b761dfb11e0acc9073cb1e05ecd52308f3fade2 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module Foo:A;
// { dg-module-cmi {Foo:A} }
namespace Bob
{
export int Random ();
}