mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
8 lines
148 B
D
8 lines
148 B
D
// EXTRA_FILES: imports/test9672a.d
|
|
module test9672; // node
|
|
|
|
import imports.test9672a; // interpret
|
|
|
|
mixin template ForwardCtor()
|
|
{
|
|
}
|