summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T15209.hs
blob: 1679d80ba601cd6b169786cdf38c08cdc0546134 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE GADTs, TypeOperators #-}
module T15209 where

import GHC.Prim

foo :: a ~# Int -> ()
foo = ()