diff options
Diffstat (limited to 'test/Driver/redundant-args.c')
-rw-r--r-- | test/Driver/redundant-args.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Driver/redundant-args.c b/test/Driver/redundant-args.c new file mode 100644 index 000000000000..7bf98e1e737b --- /dev/null +++ b/test/Driver/redundant-args.c @@ -0,0 +1,2 @@ +// RUN: %clang -target x86_64-apple-darwin10 \ +// RUN: -Werror -x c -x c -fsyntax-only %s |