#include static void *vp; int main(void) { vp = malloc(42); return 0; }