(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
test49.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()
{
}