summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/T19374c.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_fail/T19374c.hs')
-rw-r--r--testsuite/tests/annotations/should_fail/T19374c.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/annotations/should_fail/T19374c.hs b/testsuite/tests/annotations/should_fail/T19374c.hs
new file mode 100644
index 0000000000..d28af8049d
--- /dev/null
+++ b/testsuite/tests/annotations/should_fail/T19374c.hs
@@ -0,0 +1,5 @@
+{-# LANGUAGE TypeOperators #-}
+module T19347c where
+
+data (%%%)
+{-# ANN type (T19347c.%%%) "This is also an annotation" #-}