mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
|
. ../../testutils.sh
|
||
|
|
||
|
idris2 --cg refc -o main Main.idr > /dev/null
|
||
|
awk -v RS= '/Value \*Main_last/' build/exec/main.c
|
||
|
awk -v RS= '/Value \*Main_main/' build/exec/main.c
|