extern "env" fn log(ptr: [*]u8, len: i32) void; export fn init() void { log(@ptrCast(@constCast("Hello world!\n")), 13); }