ghc-mod/test/data/annotations/With.hs
2015-03-05 17:35:28 +01:00

7 lines
118 B
Haskell

module Main where
{-# ANN module ["this", "can", "be", "anything"] #-}
main :: IO ()
main = putStrLn "Hello world!"