h0nzZik opened this issue 5 years ago · 0 comments
This program should not link:
// a.c int main(){return 0;}
// b.C int main(){return 1;}
But with kcc -fno-native-compilation it builds and executes some main.
kcc -fno-native-compilation