2 # RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t/foo
3 # RUN: echo "int main() { return 0; }" | %clang_host -x c - -o %t/bar
4 # RUN: %lldb --script-language lua -o "file %t/bar" -o "file %t/foo" -s %S/Inputs/nested_sessions.in -s %S/Inputs/nested_sessions_2.in 2>&1 | FileCheck %s