module hello_world; import std::io; fn void main() { io::printn("Hello, world!"); } Full C ABI Compatibility C3 fits right into your C/C++ application with full C ABI compatibility out of the box: no need for special "C compatible" types or functions, no limitations on what C3 features you can use from C.

