1{-# LANGUAGE MagicHash #-}
2module MagicHashN where
3a# = 1
4b## = 2
5c### = 3
6main = print (a#, b##, c###)
7