function_hooks: update comment explaining various function hooks
[smatch.git] / validation / preprocessor / bad-cmdline-include.c
blobe4ee03f450c45623c8a75f4748ab7013249eae7b
1 #error some random error
3 /*
4 * check-name: bad-cmdline-include
5 * check-command: sparse -include $file
7 * check-error-start
8 command-line: note: in included file (through builtin):
9 preprocessor/bad-cmdline-include.c:1:2: error: some random error
10 * check-error-end