module imports.testminitAA; import core.stdc.stdio; int aa; static this() { printf("AA\n"); aa = 1; }