(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
imports/
test17541_2.d
module two;

import one;

struct ET(bool a)
{
    enum e = BB.MAX_NUM_FIBERS;
}

alias Event = ET!false;

struct TWOR(size_t M)
{
    Event e;

    void open()
    {
        bb.foo();
    }
}