summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Ppr051.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/printer/Ppr051.hs')
-rw-r--r--testsuite/tests/printer/Ppr051.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/printer/Ppr051.hs b/testsuite/tests/printer/Ppr051.hs
new file mode 100644
index 0000000000..bdd083e98f
--- /dev/null
+++ b/testsuite/tests/printer/Ppr051.hs
@@ -0,0 +1,6 @@
+{-# LANGUAGE KindSignatures #-}
+module Ppr051 where
+
+-- default declaration
+default ( )
+default ( Int , Bool :: Int )