// Arithmetic, function calls and imports! extern fn malloc(size: u64) -> *u8; fn main() -> u16 { let ptr = malloc(4); return ptr[0]; }