repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
tests2.5
/
ull.c
blob
c81f1e3dcc243a0cdba2ade648f2739a548b6dab
1
typedef
unsigned long long
pan_unit64_t
;
2
3
void
f
()
4
{
5
/*@unused@*/
unsigned long long
put
=
0xFFFFF
ULL
;
6
/*@unused@*/
pan_unit64_t pt
=
0xFFFFFFFFFFFFF
ULL
;
7
}