1 # RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t
2 # RUN: %lldb -s %s --script-language lua %t 2>&1 | FileCheck %s
4 breakpoint command add -s lua
10 breakpoint command add -s lua
12 # CHECK: {{unexpected symbol near '789'|malformed number near '789_'}}