xref: /aosp_15_r20/external/clang/test/Misc/driver-verify.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: not %clang -verify %s 2>&1 | FileCheck %s
2 // RUN: %clang -cc1 -verify %s
3 // expected-no-diagnostics
4 
5 // Test that -verify is strictly rejected as unknown by the driver.
6 // CHECK: unknown argument: '-verify'
7