Files
codeql/python/ql/test/2/library-tests/modules/usage/imported.py
Rasmus Wriedt Larsen f9e9ae91f7 Python: Move tests that would change under Python 3.12 to lang specific directory
This moves the tests to Python 2, next we copy them to Python 3.
2023-11-15 11:42:38 +01:00

7 lines
131 B
Python

def func():
pass
if __name__ == "__main__":
print("I could have done something interesting...")
print("but I didn't")