summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T9562/Main.hs
blob: fabf5f585bc0aa59b2c5dfb0fd765b0b74525bd4 (plain)
1
2
3
4
5
module Main where

import D ( unsafeCoerce )

main = print $ (unsafeCoerce True :: Int)