summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/protattr.d
blob: 5922a79730d2a83f5253b8465e5252f57667ca34 (plain)
1
2
3
4
5
6
// 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;