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
/
quit.test
blob
d66e17e25c73c08848def2d602977b3eb9292fe6
1
# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
2
script
3
print(95000 + 126)
4
quit
5
target list
6
# CHECK: 95126
7
# CHECK: No targets