[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / clang / test / Tooling / clang-check-args.cpp
blobd75f6b8ccd6adf55a857755fc156d0560402afc9
1 // RUN: not clang-check "%s" -- -c 2>&1 | FileCheck %s
3 // CHECK: a type specifier is required
4 invalid;