repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git]
/
sdcc
/
support
/
regression
/
qct
/
0088-short.c
blob
4dce16f47627ef3a6814d61d0a9743eebcc2699e
1
2
int
3
main
()
4
{
5
short
x
;
6
7
x
=
0
;
8
x
=
x
+
1
;
9
if
(
x
!=
1
)
10
return
1
;
11
return
0
;
12
}