1 2 3 4 5 6
import "libc.hff"; extern fn main(argc int, argv *const *const u8) int { printf("hello %d", 42); }