llvm-project/clang/test/Interpreter/dynamic-library-bad-args.cpp

5 lines
124 B
C++

// RUN: cat %s | clang-repl 2>&1 | FileCheck %s
%lib
// CHECK: %lib expects 1 argument: the path to a dynamic library
%quit