diff options
Diffstat (limited to 'testsuite/tests/ghc-e/should_run/2636.hs')
-rw-r--r-- | testsuite/tests/ghc-e/should_run/2636.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-e/should_run/2636.hs b/testsuite/tests/ghc-e/should_run/2636.hs new file mode 100644 index 0000000000..9c6694955a --- /dev/null +++ b/testsuite/tests/ghc-e/should_run/2636.hs @@ -0,0 +1,2 @@ +import MissingModule +main = print "main" |