blob: 9ef1da4f7ccb6f8ed56f7f16736bcf77a633239e [file] [log] [blame]
/*
COMPILE_SEPARATELY:
EXTRA_SOURCES: imports/test49a.d
PERMUTE_ARGS:
RUN_OUTPUT:
---
static this()
static ~this()
---
*/
import imports.test49a;
alias Foo!(int) foo;
void main()
{
}