module pind.samples.ja.mixin_.mixin_14; void main() { string s = import ("file_one"); mixin (import ("file_two")); }