This program should not link: ```c // a.c int main(){return 0;} ``` ```c++ // b.C int main(){return 1;} ``` But with `kcc -fno-native-compilation` it builds and executes some main.
This program should not link:
But with
kcc -fno-native-compilationit builds and executes some main.