Idris2/tests/refc/callingConvention/run
2024-03-21 07:32:37 -05:00

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