import ../stdlib/stdlib.sl
import ../stdlib/io.sl
word main
"hello from write_buf test\n"
write_buf
0
end