summaryrefslogtreecommitdiffstats
path: root/tests/driver/exitcode_bad_args.c
blob: 4aaff4b3e22e99f675b66a6ce8348d80157357f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//===--- exitcode_bad_args.c - test input file for iwyu -------------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

// IWYU_ARGS: -some -unsupported -Xiwyu -arguments

// When argument parsing fails, IWYU exits with code 1.

/**** IWYU_SUMMARY(1)

***** IWYU_SUMMARY */