1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-11 11:55:36 +03:00
snack/tests/magichash/Main.hs
2018-08-26 16:45:06 +03:00

10 lines
135 B
Haskell

{-# LANGUAGE MagicHash #-}
module Main (main, foo#) where
main :: IO ()
main = putStrLn $ "Hello" ++ show foo#
foo# :: Int
foo# = 2