peon/tests/globals.pn

10 lines
218 B
Plaintext

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());