summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T7023.hs
blob: 6df43dbac7566ae949ed0becb0dbf59e910a7e1e (plain)
1
2
3
4
5
6
7
8
9
{-# OPTIONS_GHC -fdefer-type-errors #-}

module Main where

a = ["x", 1 :: Int]

main :: IO ()
main = putStrLn "Hello World"