summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals1.hs
blob: 6b7de0f712786c267ad3067d043e0d4ff1b931a6 (plain)
1
2
3
4
5
module ParserNoBinaryLiterals1 where

f :: Int -> ()
f 0b0 = ()
f _   = ()