summaryrefslogtreecommitdiff
path: root/clang/test/Tooling/clang-check-args.cpp
blob: d75f6b8ccd6adf55a857755fc156d0560402afc9 (plain)
1
2
3
4
// RUN: not clang-check "%s" -- -c 2>&1 | FileCheck %s

// CHECK: a type specifier is required
invalid;