Sign in
cobalt
/
cobalt
/
08a2e40cad2d5bd01c37c36c1fdffa2d431d01d7
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Misc
/
driver-verify.c
blob: fa31f820b1087e6d72424b1f5249d6f330a593ab [
file
] [
log
] [
blame
]
// RUN: not %clang -verify %s 2>&1 | FileCheck %s
// RUN: %clang -cc1 -verify %s
// expected-no-diagnostics
// Test that -verify is strictly rejected as unknown by the driver.
// CHECK: unknown argument: '-verify'