blob: 748ef5d79a4bf42a6c3bd218e7d1d6ff7fad8d20 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
// The indirect import of frob, with namespaces impl and ompl doesn't
// affect us.
static int impl;
import Frink;
static int ompl;
void corge (int x)
{
impl = x;
ompl = frab (x);
}