1 #ifdef __GNUC__
main()2 int main(){return 0;}
3 #else
main()4 int main(){return 1;}
5 #endif
6