(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
test40.d
// EXTRA_SOURCES: imports/test40a.d
// PERMUTE_ARGS:
// REQUIRED_ARGS:

import core.stdc.stdio;
import imports.test40a;

class Foo {
        mixin Mix;
}


void main() {
        Bar.foobar();
}