llvm-project/clang/test/Interpreter/bad_percent_command.cpp

5 lines
130 B
C++

// RUN: cat %s | clang-repl 2>&1 | FileCheck %s
%foobar
// CHECK: Invalid % command "%foobar", use "%help" to list commands
%quit