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

module ParserNoBinaryLiterals2 where

import GHC.Types

f :: Word -> ()
f (W# 0b0##) = ()
f _          = ()