mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 01:41:44 +03:00
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
. ../../testutils.sh
|
|
|
|
idris2 --cg refc -o refc_buffer TestBuffer.idr > /dev/null
|
|
./build/exec/refc_buffer
|
|
base64 -i testWrite.buf
|
|
|
|
rm testWrite.buf
|