. ../../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
