blob: 8c2b66294af38a86e1118fb0a0a6b6e42da6ce83 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// COMPILE_SEPARATELY
// EXTRA_SOURCES: imports/test57a.d imports/test57b.d
// PERMUTE_ARGS:
// REQUIRED_ARGS: -inline -release
module test57;
import imports.test57a;
void main() {}
|