DEBSOURCES
Skip Quicknav
sources / emscripten / 3.1.6~dfsg-5 / tests / malloc_none.c
123456
#include <stdlib.h> int main() { return (int)(long)malloc(4); }