void abc(void) { } ABC() { } main() { abc(); ABC(); }
Thanks for the code sample. What was your question?
you can complier this code,what hanppen?