summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Ppr038.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/printer/Ppr038.hs')
-rw-r--r--testsuite/tests/printer/Ppr038.hs12
1 files changed, 10 insertions, 2 deletions
diff --git a/testsuite/tests/printer/Ppr038.hs b/testsuite/tests/printer/Ppr038.hs
index 43fafaf01c..17b42802fb 100644
--- a/testsuite/tests/printer/Ppr038.hs
+++ b/testsuite/tests/printer/Ppr038.hs
@@ -21,6 +21,14 @@ blah = x
wordH = 005##
floatH = 3.20#
doubleH = 04.16##
- -- int64H = 00456L#
- -- word64H = 00456L##
+ intNH = 1000#Int
+ int8H = 1008#Int8
+ int16H = 1016#Int8
+ int32H = 1032#Int32
+ int64H = 1064#Int64
+ wordNH = 2000#Word
+ word8H = 2008#Word8
+ word16H = 2016#Word16
+ word32H = 2032#Word32
+ word64H = 2064#Word64
x = 1