forked from OSchip/llvm-project
7 lines
215 B
C
7 lines
215 B
C
|
// RUN: not %clang %s -verify 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'
|