[ re #1191 ] test case

This commit is contained in:
Guillaume ALLAIS 2021-11-24 19:57:38 +00:00 committed by G. Allais
parent 662f1eabc5
commit 8e8988ff5a
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
module Issue1191
main : IO ()
main = printLn (the Nat (1 + 2))

View File

@ -0,0 +1 @@
3

4
tests/refc/refc003/run Normal file
View File

@ -0,0 +1,4 @@
rm -rf build
$1 --no-banner --no-color --console-width 0 --cg refc -o refc003 Issue1191.idr > /dev/null
./build/exec/refc003