[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Misc / driver-verify.c
blobd03fe1f1f0e81a1433e86368a8eef631ecbaff11
1 // RUN: not %clang -verify %s 2>&1 | FileCheck %s
2 // RUN: %clang_cc1 -verify %s
3 // expected-no-diagnostics
5 // Test that -verify is strictly rejected as unknown by the driver.
6 // CHECK: unknown argument '-verify'; did you mean '-Xclang -verify'?