8 lines · cpp
1// RUN: cat %s | clang-repl | FileCheck %s2%help3// CHECK: %help list clang-repl %commands4// CHECK-NEXT: %undo undo the previous input5// CHECK-NEXT: %lib <path> link a dynamic library6// CHECK-NEXT: %quit exit clang-repl7%quit8