enum En{A};void hoge(int n){}void hoge(enum En n){} int main(){ return 0; }
Standard input is empty
prog.c:3: error: conflicting types for ‘hoge’ prog.c:2: error: previous definition of ‘hoge’ was here
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!