mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 17:07:36 +08:00
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
# RUN: %lldb -s %s --script-language lua 2>&1 | FileCheck %s
|
|
b main
|
|
breakpoint command add -s lua -o '1234_foo'
|
|
# CHECK: error: {{.*}} {{unexpected symbol near '1234'|malformed number near '1234_'}}
|