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