diff options
Diffstat (limited to 'testsuite/tests/concurrent/prog001/Main.hs')
-rw-r--r-- | testsuite/tests/concurrent/prog001/Main.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/prog001/Main.hs b/testsuite/tests/concurrent/prog001/Main.hs new file mode 100644 index 0000000000..b90fe11c5d --- /dev/null +++ b/testsuite/tests/concurrent/prog001/Main.hs @@ -0,0 +1,3 @@ +import Mutiply + +main = startM1 |