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
/
inline-early
/
bug-bad-token.c
blob
9049bdb48ab0d16ad77b2836686eed7eca5166ec
1
inline
void
fun
(
int
x
)
2
{
3
(
typeof
(
@
))
x
;
4
}
5
6
void
foo
(
void
)
7
{
8
fun
;
9
}
10
11
/*
12
* check-name: bug-bad-token
13
* check-exit-value: 0
14
* check-error-ignore
15
*/