1# UNSUPPORTED: lldb-repro
2#
3# RUN: %lldb -s %s --script-language python 2>&1 | FileCheck %s
4b main
5breakpoint command add -s python -o "1234_foo"
6# CHECK: error: SyntaxError({{.*}})
7