blob: a0be186e02bc4e3aff5ff4d43baf864c0b9ce701 [file] [log] [blame]
module imports.testminitBB;
import core.stdc.stdio;
int bb;
static this()
{
printf("BB\n");
bb = 1;
}