repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Document the return value of __builtin_COLUMN (#118360)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
ScriptInterpreter
/
Lua
/
persistent_state.test
blob
af852448cb5e12764d6813d50d14737db7fdf2ad
1
# RUN: %lldb --script-language lua -o 'script foo = 1010' -o 'script bar = 101' -o 'script print(foo+bar)' 2>&1 | FileCheck %s
2
# CHECK: 1111