blob: 5152d324d3f3cdfac5d4cbd3f3383eb2809723d3 [file] [log] [blame]
// Test that "begin declare variant" in a module implementation unit is
// visible only in that unit.
// { dg-additional-sources "bdv_module2_impl.C bdv_module2_main.C" }
// { dg-additional-options "-fmodules" }
export module bdv_module2;
export int
test ()
{
return 0;
}
export void doit ();