#ifdef __GNUC__
int main(){return 0;}
#else
int main(){return 1;}
#endif


syntax highlighted by Code2HTML, v. 0.9.1