mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
167 B
D
9 lines
167 B
D
// REQUIRED_ARGS: -o-
|
|
// EXTRA_FILES: imports/test14666a.d imports/test14666b.d
|
|
// PERMUTE_ARGS:
|
|
module test14666;
|
|
|
|
struct Location
|
|
{
|
|
import imports.test14666a;
|
|
}
|