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"