mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
18 lines
186 B
D
18 lines
186 B
D
/*
|
|
COMPILE_SEPARATELY:
|
|
EXTRA_SOURCES: imports/test49a.d
|
|
PERMUTE_ARGS:
|
|
RUN_OUTPUT:
|
|
---
|
|
static this()
|
|
static ~this()
|
|
---
|
|
*/
|
|
|
|
import imports.test49a;
|
|
|
|
alias Foo!(int) foo;
|
|
|
|
void main()
|
|
{
|
|
}
|