diff options
Diffstat (limited to 'testsuite/tests/cabal/cabal06/r/Main.hs')
-rw-r--r-- | testsuite/tests/cabal/cabal06/r/Main.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/cabal06/r/Main.hs b/testsuite/tests/cabal/cabal06/r/Main.hs new file mode 100644 index 0000000000..5e626645cd --- /dev/null +++ b/testsuite/tests/cabal/cabal06/r/Main.hs @@ -0,0 +1,3 @@ +module Main where +import Q +main = print q |