ref: 48d806f9e0757baedb656b43a28dbb9af6e14b0b dir: /tests/Default.hs/
module Default(main) where import Prelude default (Int, Double) main :: IO () main = do print 1 print 1.5 print [] -- defaults to Int, a little weird