diff options
Diffstat (limited to 'testsuite/tests/showIface/should_fail/THPutDocExternalA.hs')
-rw-r--r-- | testsuite/tests/showIface/should_fail/THPutDocExternalA.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/showIface/should_fail/THPutDocExternalA.hs b/testsuite/tests/showIface/should_fail/THPutDocExternalA.hs new file mode 100644 index 0000000000..694266bbe9 --- /dev/null +++ b/testsuite/tests/showIface/should_fail/THPutDocExternalA.hs @@ -0,0 +1,4 @@ +module THPutDocExternalA where + +f :: Int +f = 42 |