summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Test19784.hs
blob: b424c2cc6b3a4419d8262d12818506859ef5bd7f (plain)
1
2
3
4
5
module Test19784 where
{
a 0 = 1;
a _ = 2;
}