summaryrefslogtreecommitdiff
path: root/tests/cmdline/cmd_compile_only_error.py
blob: 326937a5c07ef30a9bb43bb14f488347c246160e (plain)
1
2
3
4
5
6
# cmdline: -X compile-only
# test compile-only with syntax error
print("This should not be printed")
def broken_syntax(
    # Missing closing parenthesis
    return "error"