summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T20277.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/T20277.stderr')
-rw-r--r--testsuite/tests/rep-poly/T20277.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/T20277.stderr b/testsuite/tests/rep-poly/T20277.stderr
new file mode 100644
index 0000000000..9445c55c79
--- /dev/null
+++ b/testsuite/tests/rep-poly/T20277.stderr
@@ -0,0 +1,6 @@
+
+T20277.hs:14:9: error:
+ • The unboxed sum result type does not have a fixed runtime representation:
+ (# Int# | a #) :: TYPE ('SumRep '[ 'IntRep, rep])
+ • In the expression: (# 17# | #)
+ In an equation for ‘baz’: baz _ = (# 17# | #)