Idris2/tests/refc/callingConvention/run

6 lines
170 B
Plaintext
Raw Normal View History

. ../../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