. ../../testutils.sh

idris2 --cg refc -o refc_buffer TestBuffer.idr
$VALGRIND ./build/exec/refc_buffer
base64 -i testWrite.buf

rm testWrite.buf
