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