summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/T19374c.hs
blob: d28af8049dcce0bd24f04ee710c776edaf75aa46 (plain)
1
2
3
4
5
{-# LANGUAGE TypeOperators #-}
module T19347c where

data (%%%)
{-# ANN type (T19347c.%%%) "This is also an annotation" #-}