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
db/fixup_kernel.sh: commit all my stuff
[smatch.git]
/
validation
/
include-eval.inc
blob
e2561ca41f1ab5410a937b2265ab7518cf205485
1
typedef unsigned long long_t;
2
3
inline
4
static unsigned int ok(void)
5
{
6
return sizeof(long_t);
7
}
8
9
static unsigned int ko(void)
10
{
11
return sizeof(long_t);
12
}