mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
. ../../testutils.sh
|
|
|
|
idris2 --cg refc -o refc_buffer TestBuffer.idr
|
|
$VALGRIND ./build/exec/refc_buffer
|
|
base64 -i testWrite.buf
|
|
|
|
rm testWrite.buf
|