blob: 5afb6b3b0f7b62210365f830b9d40ab618978fb2 [file] [log] [blame]
#include <stdlib.h>
/* Don't complain about leaks due to exiting from "main". */
void main (void)
{
void *p = malloc (1024);
}