blob: 3c98fdff4082daa87ed463ed72adf83fca561570 [file]
#include <stdlib.h>
int some_arg;
int main() {
return (int)(long)malloc(some_arg);
}