Bring test suite up to date
This commit is contained in:
6
test/data/annotations/With.hs
Normal file
6
test/data/annotations/With.hs
Normal file
@@ -0,0 +1,6 @@
|
||||
module Main where
|
||||
|
||||
{-# ANN module ["this", "can", "be", "anything"] #-}
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Hello world!"
|
||||
Reference in New Issue
Block a user