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