diff options
Diffstat (limited to 'testsuite/tests/codeGen/should_run/cgrun053.hs')
-rw-r--r-- | testsuite/tests/codeGen/should_run/cgrun053.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/codeGen/should_run/cgrun053.hs b/testsuite/tests/codeGen/should_run/cgrun053.hs new file mode 100644 index 0000000000..f100cc983d --- /dev/null +++ b/testsuite/tests/codeGen/should_run/cgrun053.hs @@ -0,0 +1,3 @@ +-- should run successfully and exit, i.e. without evaluating the +-- argument to return. +main = return undefined |