mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
212 B
D
8 lines
212 B
D
// COMPILE_SEPARATELY:
|
|
// EXTRA_SOURCES: imports/a12010.d
|
|
// EXTRA_FILES: imports/std12010container.d
|
|
// REQUIRED_ARGS: -release
|
|
// -release is necessary to avoid __assert.
|
|
|
|
import imports.a12010;
|
|
void main() {}
|