extern const printf: fn(fmt: &c_char, ...) c_int; const main = fn { printf("hello, world!\n"); }