mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
11 lines
139 B
D
11 lines
139 B
D
// PERMUTE_ARGS:
|
|
// EXTRA_SOURCES: imports/a15760.d
|
|
|
|
module ice15760;
|
|
|
|
import imports.a15760 : Foo;
|
|
|
|
struct Bar
|
|
{
|
|
__gshared Foo foo;
|
|
}
|