module std/io; pub fun println() i8 { ret 10; } pub struct Buffer { ptr: &i8; }