mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
9 lines
193 B
D
9 lines
193 B
D
// REQUIRED_ARGS:
|
|
// EXTRA_FILES: imports/dip22d.d imports/dip22e.d
|
|
|
|
// https://github.com/dlang/DIPs/blob/master/DIPs/archive/DIP22.md
|
|
|
|
import imports.dip22d;
|
|
import imports.dip22e;
|
|
|
|
Foo foo;
|