ghc/tests/smoke/runtest.sh

7 lines
75 B
Bash
Raw Normal View History

2022-06-15 13:59:09 +00:00
#!/bin/sh
set -e
echo 'main = return ()' > test.hs
ghc test.hs && ./test