repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
smatch_data/kernel.unreachable.ignore: add BUG(), WARN_ON() and others
[smatch.git]
/
validation
/
fdiag-prefix.c
blob
71160d4560a258c838838f78c5a93b3caa707f99
1
int
a
.
2
3
/*
4
* check-name: fdiag-prefix
5
* check-command: sparse -fdiagnostic-prefix=prefix $file
6
*
7
* check-error-start
8
fdiag-prefix.c:1:6: prefix: error: Expected ; at end of declaration
9
fdiag-prefix.c:1:6: prefix: error: got .
10
* check-error-end
11
*/