Lichen

Annotated tests/system.py

792:d70932955645
2017-03-31 Paul Boddie Fixed non-recognition of deferred references in non-module, non-function scopes.
paul@466 1
print "Raising SystemExit with value 2."
paul@466 2
raise SystemExit(2)