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