mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 06:52:19 +03:00
8 lines
237 B
Plaintext
8 lines
237 B
Plaintext
. ../../testutils.sh
|
|
|
|
idris2 nomangle.idr -o test1 --cg node
|
|
idris2 nomangle.idr -o test2 --cg node --directive minimal
|
|
|
|
cat build/exec/test1 | grep -e foo -e baz -e another_name
|
|
cat build/exec/test2 | grep -e foo -e baz -e another_name
|