import std; # Seemingly unnecessary, but importing modules # changes the internal stack index in the compiler # so we need to test for that as well import time; var x = 69420; print(x == 69420); print(testGlobals());