summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T17697.hs
blob: a7fe4feedbd4a5d3022fc4c91efb70b61319bae6 (plain)
1
2
3
4
5
6
7
{-# OPTIONS_GHC -Wunused-do-bind -fdefer-out-of-scope-variables #-}
module T17697 where

main :: IO ()
main = do
    threadDelay 1
    return ()