mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
10 lines
144 B
Plaintext
Executable File
10 lines
144 B
Plaintext
Executable File
. ../../../testutils.sh
|
|
rm -f Issue1742Gen.idr
|
|
|
|
cp Issue1742.idr Issue1742Gen.idr
|
|
sleep 1
|
|
|
|
idris2 Issue1742Gen.idr < input
|
|
|
|
rm Issue1742Gen.idr
|