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