import ../stdlib/stdlib.sl
import ../stdlib/io.sl
: main
"hello from write_buf test\n"
write_buf
0
;