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