summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T10625.hs
blob: 5229fbedcc8de1760421e35371a1fc8b7499358d (plain)
1
2
3
4
5
6
{-# LANGUAGE ExistentialQuantification #-}
{-# OPTIONS_GHC -Wall -Wno-name-shadowing #-}

module T10625 where

data Ex a = forall a. Ex a