extern const printf: fn; const print = fn { } const main = fn { var value = 23; value = 34; const str_value = "hello, world"; print(); }