summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T19373.stdout
diff options
context:
space:
mode:
authorMario Blažević <blamario@protonmail.com>2021-03-07 12:01:56 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-21 02:47:25 -0400
commit10124b16538091806953d732e24ca485a0664895 (patch)
tree179bba83b2daccb63cad2b8d6288209b614ec77d /testsuite/tests/th/T19373.stdout
parent5b157eb2bea7fc4ad654c83258cf1ab6ad0f85f0 (diff)
downloadhaskell-10124b16538091806953d732e24ca485a0664895.tar.gz
template-haskell: Add support for default declarations
Fixes #19373
Diffstat (limited to 'testsuite/tests/th/T19373.stdout')
-rw-r--r--testsuite/tests/th/T19373.stdout2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/th/T19373.stdout b/testsuite/tests/th/T19373.stdout
new file mode 100644
index 0000000000..4dbafb7ef2
--- /dev/null
+++ b/testsuite/tests/th/T19373.stdout
@@ -0,0 +1,2 @@
+default (GHC.Types.Int, GHC.Types.Double)
+Sum {getSum = 12}