int __ImageStart(int argc, char const* argv[]) { int *foo; *foo = 36; return *foo; }