I saw a snippet of code on CodeGolf that\'s intended as a compiler bomb, where main is declared as a huge array. I tried the following (non-bomb) version:
main
const int main[1] = { 0xc3c3c3c3 };
This compiles and executes on x86_64... does nothing just return :D