summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals3.hs
blob: b6bc81b68a1d554a54f54ca4daf897ab9617aab5 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE MagicHash #-}

module ParserNoBinaryLiterals3 where

import GHC.Types

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