diff options
Diffstat (limited to 'testsuite/tests/printer/Ppr047.hs')
-rw-r--r-- | testsuite/tests/printer/Ppr047.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/printer/Ppr047.hs b/testsuite/tests/printer/Ppr047.hs new file mode 100644 index 0000000000..3ef54c4b38 --- /dev/null +++ b/testsuite/tests/printer/Ppr047.hs @@ -0,0 +1,4 @@ +module ExprPragmas where + +-- Should it be possible to ppr the following annotation? +c = {-# GENERATED "foobar" 1 : 2 - 3 : 4 #-} 0.00 |