summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_run/T3983.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplCore/should_run/T3983.hs')
-rw-r--r--testsuite/tests/simplCore/should_run/T3983.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/simplCore/should_run/T3983.hs b/testsuite/tests/simplCore/should_run/T3983.hs
new file mode 100644
index 0000000000..7a665256b1
--- /dev/null
+++ b/testsuite/tests/simplCore/should_run/T3983.hs
@@ -0,0 +1,5 @@
+module Main where
+import T3983_Foo
+import T3983_Bar
+
+main = catchX (foo False True) >>= print \ No newline at end of file