brintos

brintos / llvm-project-archived public Read only

0
0
Text · 237 B · 70f114f Raw
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