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

import GHC.Exts

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