Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/tests/conformance98/Emptydecls/Main.hs
module Main where { f x = x; ; ; g y z = z; main = print (g (f False) (f True)); }