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
/
0101-bug.c
blob
06c77bdd328db7bd0d0dce00abc08ea05c97c917
1
// This wouldn't compile
2
3
typedef
struct
{ }
Vec
;
4
5
static void
6
vecresize
(
Vec
*
v
,
int
cap
)
7
{
8
return
;
9
}
10
11
int
main
()
12
{
13
return
0
;
14
}