summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T14684.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/T14684.stdout')
-rw-r--r--testsuite/tests/simplCore/should_compile/T14684.stdout6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T14684.stdout b/testsuite/tests/simplCore/should_compile/T14684.stdout
new file mode 100644
index 0000000000..71388061e8
--- /dev/null
+++ b/testsuite/tests/simplCore/should_compile/T14684.stdout
@@ -0,0 +1,6 @@
+ case w of {
+ __DEFAULT -> 2#;
+ Foo1 -> 0#;
+ Foo2 -> 1#;
+ Foo4 -> 1#
+ }