blob: eb74a65b2c6887c19d50995016c83b859d5bf141 [file] [log] [blame]
Brian Silverman516ceb22015-11-27 01:29:05 -05001#include <stdlib.h>
2
Brian Silvermaned79de62015-11-28 18:10:17 -05003int main() { void *big_chunk __attribute__((unused)) = malloc(500000); }