mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
6 lines
282 B
D
6 lines
282 B
D
// REQUIRED_ARGS: -o-
|
|
// EXTRA_FILES: protection/basic/mod1.d protection/basic/tests.d protection/subpkg/explicit.d protection/subpkg/tests.d protection/subpkg2/tests.d
|
|
// PERMUTE_ARGS:
|
|
import protection.basic.tests;
|
|
import protection.subpkg.tests;
|
|
import protection.subpkg2.tests;
|