xxxxxxxxxx
--- main.d
import example;
void main()
{
assert(example == 42);
}
--- example.d
int example = 42;