blob: 852ec62f88c06e978c3ae5c01840d81c463c31b1 [file]
#include <stdlib.h>
int main(int argc, char** argv) {
return (int)(long)malloc(argc);
}