diff options
Diffstat (limited to 'tests/exeintlib/intlib')
-rw-r--r-- | tests/exeintlib/intlib/IntLib.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/exeintlib/intlib/IntLib.hs b/tests/exeintlib/intlib/IntLib.hs new file mode 100644 index 0000000..6dde9d0 --- /dev/null +++ b/tests/exeintlib/intlib/IntLib.hs @@ -0,0 +1,7 @@ +module IntLib where + +import System.Directory + +directory = doesFileExist "Exe.hs" + +intlib = 1 |