blob: 7a86c46d64a14b260fcac3b83122fead97ab79b4 [file] [log] [blame]
#include <malloc.h>
void foo() {
malloc(10);
}