summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/T13704b2.hs
blob: d76206fe4204d42d7e5dddb881a943d9db21c1f7 (plain)
1
2
3
4
5
6
7
module T13704b2 where
import Main (main)

program :: IO ()
program = main

-- meant to be compiled with '-main-is T13704b2.program'