Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
6e514cf37617cd7cd651796f0e129ff757dbf4e3
/
.
/
test
/
malloc_none.c
blob: a9f17943fe9fd64582b3fff07e51badc6e944848 [
file
]
#include
<stdlib.h>
int
main
()
{
return
(
int
)(
long
)
malloc
(
4
);
}