peon/tests/import_a.pn

7 lines
93 B
Plaintext

# Tests importing another module and executing it
import std;
import import_b;
print("a");