summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/T10294.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/plugins/T10294.hs')
-rw-r--r--testsuite/tests/plugins/T10294.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/T10294.hs b/testsuite/tests/plugins/T10294.hs
new file mode 100644
index 0000000000..ff1dd57400
--- /dev/null
+++ b/testsuite/tests/plugins/T10294.hs
@@ -0,0 +1,7 @@
+module T10294 where
+
+import SayAnnNames
+
+{-# ANN foo SomeAnn #-}
+foo :: ()
+foo = ()