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
param_key: use get_name_sym_from_key() instead of return_state_to_var_sym()
[smatch.git]
/
validation
/
context-unreachable.c
blob
8664962ea088aaa9e425309dc27056f1905a516b
1
int
fun
(
void
);
2
3
static void
foo
(
void
)
4
{
5
__context__
(
1
);
6
if
(!
fun
()) {
7
__builtin_unreachable
();
8
return
;
9
}
10
__context__
(-
1
);
11
}
12
13
/*
14
* check-name: context-unreachable
15
*/