blob: e047aec4b1a92d5f0a0ca217b2ed1b3ad7888556 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
module hidden;
import foo;
int frob ()
{
X x (2);
if (frob (x) != 2)
return 1;
if (TPL (x) != 2)
return 2;
return 0;
}