test186

Undocumented in source.
immutable
auto test186 = q{--- test186/mod1.vx module test186.mod1; i32 test() { return 42; } --- test186/mod2.vx module test186.mod2; import test186.mod1; i32 run() { return test(); } };

Meta