summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_compile/read041.lhs
blob: 30274e85a1a4a65b59fc4fda8d3098abde820d6f (plain)
1
2
3
4
5
6
7
8
9
10
-- Tests trac #210.

module ShouldCompile where

\begin{code}
  main = foo
\end{code}

> foo = putStrLn "Foo"