xref: /aosp_15_r20/external/clang/test/Driver/diagnostics.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li // Parse diagnostic arguments in the driver
2*67e74705SXin Li // PR12181
3*67e74705SXin Li 
4*67e74705SXin Li // RUN: not %clang -target x86_64-apple-darwin10 \
5*67e74705SXin Li // RUN:   -fsyntax-only -fzyzzybalubah \
6*67e74705SXin Li // RUN:   -Werror=unused-command-line-argument %s
7*67e74705SXin Li 
8*67e74705SXin Li // RUN: not %clang -target x86_64-apple-darwin10 \
9*67e74705SXin Li // RUN:   -fsyntax-only -fzyzzybalubah -Werror %s
10