mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
11 lines
178 B
D
11 lines
178 B
D
// EXTRA_SOURCES: imports/ice15138a.d
|
|
// PERMUTE_ARGS: -unittest -inline
|
|
// COMPILE_SEPARATELY:
|
|
|
|
import imports.ice15138a;
|
|
|
|
void main()
|
|
{
|
|
JSONValue v;
|
|
v.get!JSONValue;
|
|
}
|