#include int main(void) { void *p; p = malloc(1024); return (0); }