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"