liquidhaskell-0.8.10.7: tests/names/pos/Alias00.hs
-- tests that we don't normalize the bodies of aliases
data Zog = V
{-@ predicate MMin V X Y = (if X < Y then V = X else V = Y) @-}
thing :: Int
thing = 12
{-@ thing :: { MMin 1 1 2 } @-}
main = pure ()