summaryrefslogtreecommitdiff
path: root/testsuite/tests/iserv-remote/Main.hs
blob: dcc235428779fcea708690866a2d02544b47e282 (plain)
1
2
3
4
5
{-# LANGUAGE TemplateHaskell #-}

import Lib (x)

main = putStrLn "Hello World" >> print $(x 10)