1extern "c" fn exit(u8) void; 2export fn entry() void { 3 exit(0); 4} 5 6// error 7// target=native-linux 8// 9// :1:8: error: dependency on libc must be explicitly specified in the build command