xref: /llvm-project/lldb/test/Shell/Expr/TestMultilineExpr.test (revision 87aa9c9e4d41ed881453e2fab85b3d25f648bb55)
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.
4expression
52+
63
7
8# CHECK: (lldb) expression
9# CHECK: (int) {{.*}} = 5
10