/* Being naughty. __libc_start_main is reserved by ANSI C, so its fine. _start is not? */ /*void __libc_start_main() {}*/ /*void _start() {}*/ int main() { return 0; }