[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / test / Shell / Expr / TestMultilineExpr.test
blobae02407b5767c4435a6c475ebf933906c4a17e09
1 # RUN: %lldb -b -s %s | FileCheck %s
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+
8 # CHECK: (lldb) expression
9 # CHECK: (int) {{.*}} = 5