aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/preprocessor/bad-cmdline-include.c
blob: e4ee03f450c45623c8a75f4748ab7013249eae7b (plain)
1
2
3
4
5
6
7
8
9
10
11
#error some random error

/*
 * check-name: bad-cmdline-include
 * check-command: sparse -include $file
 *
 * check-error-start
command-line: note: in included file (through builtin):
preprocessor/bad-cmdline-include.c:1:2: error: some random error
 * check-error-end
 */