summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T14684.stdout
blob: 71388061e892938d191b3e1e5975d1c24729870f (plain)
1
2
3
4
5
6
      case w of {
        __DEFAULT -> 2#;
        Foo1 -> 0#;
        Foo2 -> 1#;
        Foo4 -> 1#
      }