mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
13 lines
176 B
D
13 lines
176 B
D
// EXTRA_SOURCES: imports/link11395a.d
|
|
// PERMUTE_ARGS:
|
|
// COMPILE_SEPARATELY:
|
|
module link11395;
|
|
import imports.link11395a;
|
|
|
|
void main()
|
|
{
|
|
SB s;
|
|
SB[] a;
|
|
|
|
a ~= s;
|
|
}
|