ref: 61dfbc696e4edf0f2bdb3a68d403db5933a37e57 dir: /tests/Default.hs/
module Default(main) where import Prelude default (Int, Double, String, ()) main :: IO () main = do print 1 print 1.5 print [] print "foo"