import "libc.hff"; import "parse.hff"; extern fn main(argc int, argv **u8) int { let t Tok = { TokT:kw_or, { .i: 1 } }; printf("%d\n", TokT:kw_or); }