import "libc.hff"; extern fn main(argc int, argv **u8) int { argc += 1; printf("hello %d %s\n", argc, *((argv + 2) - 1)); }