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
states: rename unreachable() to is_unreachable()
[smatch.git]
/
validation
/
preprocessor
/
builtin.c
blob
6c3aa1760b4c333b7f85eb8b3a1f66ed5f7cb64a
1
__CHECKER__
2
F
(
__CHECKER__
,
__CHECKER__
)
3
S
(
#__CHECKER__)
4
const char
str
[] =
"__CHECKER__"
;
5
6
/*
7
* check-name: builtin
8
* check-command: sparse -E $file
9
*
10
* check-output-start
11
12
1
13
F(1,1)
14
S(#1)
15
const char str[] = "__CHECKER__";
16
* check-output-end
17
*/