Idris2/tests/refc/callingConvention/run

6 lines
158 B
Plaintext
Raw Normal View History

. ../../testutils.sh
2024-03-21 15:32:37 +03:00
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