ghc/tests/smoke/runtest.sh
2022-06-15 21:59:53 +08:00

7 lines
75 B
Bash
Executable File

#!/bin/sh
set -e
echo 'main = return ()' > test.hs
ghc test.hs && ./test