(module new_rawbuf_size_only (fn main (type (fn-type (params) (ret (own (con Unit))) (effects IO))) (params) (body (let b (new RawBuf (con Int) 3) (app print (app RawBuf.size b))))))