mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
10 lines
177 B
D
10 lines
177 B
D
// EXTRA_SOURCES: imports/link14588a.d
|
|
// PERMUTE_ARGS: -allinst -unittest -debug -inline
|
|
// COMPILE_SEPARATELY:
|
|
|
|
import imports.link14588a;
|
|
|
|
void main()
|
|
{
|
|
new A().all();
|
|
}
|