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
/
builtin-objsize-self-init.c
blob
77e3da43e6d2d3229b2e9381f29a6f183446cf4b
1
static void
f
(
void
)
2
{
3
void
*
param
=
param
;
4
__builtin_object_size
(
param
,
0
);
5
}
6
7
/*
8
* check-name: builtin-objsize-self-init
9
* check-timeout:
10
* check-error-end
11
*/