diff options
Diffstat (limited to 'testsuite/tests/annotations/should_compile/T14129.hs')
-rw-r--r-- | testsuite/tests/annotations/should_compile/T14129.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/annotations/should_compile/T14129.hs b/testsuite/tests/annotations/should_compile/T14129.hs new file mode 100644 index 0000000000..131a29d3d9 --- /dev/null +++ b/testsuite/tests/annotations/should_compile/T14129.hs @@ -0,0 +1,3 @@ +module T14129 where + +{-# ANN module "KABOOM" #-} |