extern const print_extern: fn() i32; pub const print = fn() i32 { return print_extern(); }