import "libc.hff"; extern fn main(argc int, argv *const *const u8) int { printf("hello world\n"); }