mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 20:51:43 +03:00
[ re #1191 ] test case
This commit is contained in:
parent
662f1eabc5
commit
8e8988ff5a
4
tests/refc/refc003/Issue1191.idr
Normal file
4
tests/refc/refc003/Issue1191.idr
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
module Issue1191
|
||||||
|
|
||||||
|
main : IO ()
|
||||||
|
main = printLn (the Nat (1 + 2))
|
1
tests/refc/refc003/expected
Normal file
1
tests/refc/refc003/expected
Normal file
@ -0,0 +1 @@
|
|||||||
|
3
|
4
tests/refc/refc003/run
Normal file
4
tests/refc/refc003/run
Normal 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
|
Loading…
Reference in New Issue
Block a user