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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
lldb
/
test
/
Shell
/
Expr
/
TestMultilineExpr.test
blob
ae02407b5767c4435a6c475ebf933906c4a17e09
1
# RUN: %lldb -b -s %s | FileCheck %s
2
3
# In terminal sessions LLDB hides input from subsequent lines so it's not visible in the output we check below.
4
expression
5
2+
6
3
7
8
# CHECK: (lldb) expression
9
# CHECK: (int) {{.*}} = 5