diff options
Diffstat (limited to 'testsuite/tests/driver/fat-iface/FatMain.hs')
-rw-r--r-- | testsuite/tests/driver/fat-iface/FatMain.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/driver/fat-iface/FatMain.hs b/testsuite/tests/driver/fat-iface/FatMain.hs new file mode 100644 index 0000000000..ab0cf59588 --- /dev/null +++ b/testsuite/tests/driver/fat-iface/FatMain.hs @@ -0,0 +1,5 @@ +module Main where + +import FatTH + +main = print top |