summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read045.hs
blob: 844acdfc82d5eb8b57316f0638013924ec1f51ec (plain)
1
2
3
4
{
main =
putStr "hello";
}