Sha256: bb4dcbb9a2a9d717521420cb65b743cd269560b4336c7d3aaff8c365a32a8ac0
Contents?: true
Size: 162 Bytes
Versions: 8
Compression:
Stored size: 162 Bytes
Contents
#include <stdlib.h> // force malloc&free to be included in from libc struct Force { Force() { void *x = malloc(10); free(x); } }; static Force f;
Version data entries
8 entries across 8 versions & 1 rubygems