Files
codeql/python/tools/recorded-call-graph-metrics/tests/python-src/with-exit.py
2020-07-22 14:22:04 +02:00

6 lines
47 B
Python

import sys
print("will exit now")
sys.exit()