diff options
Diffstat (limited to 'testsuite/tests/lib/should_run/ratio001.hs')
-rw-r--r-- | testsuite/tests/lib/should_run/ratio001.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/lib/should_run/ratio001.hs b/testsuite/tests/lib/should_run/ratio001.hs new file mode 100644 index 0000000000..4d65dfbccf --- /dev/null +++ b/testsuite/tests/lib/should_run/ratio001.hs @@ -0,0 +1,4 @@ +import Data.Ratio + +-- !!! Test that (%) has the right fixity +main = print (2^3%5) |