1 2 3 4 5 6 7 8 9
{-# LANGUAGE MagicHash #-} module ParserNoBinaryLiterals3 where import GHC.Types f :: Int -> () f (I# 0b0#) = () f _ = ()