summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals1.hs
blob: a46bb6f706fddd9c8992586ad22812636e987c92 (plain)
1
2
3
4
5
6
{-# LANGUAGE Haskell2010 #-}
module ParserNoBinaryLiterals1 where

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