dmd/compiler/test/compilable/test9672.d
2022-07-09 18:53:07 +02:00

8 lines
148 B
D

// EXTRA_FILES: imports/test9672a.d
module test9672; // node
import imports.test9672a; // interpret
mixin template ForwardCtor()
{
}