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