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.