summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T5306b.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-08-03 08:50:28 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2011-08-03 08:50:28 +0100
commit8632b5348f6d48321eae13a6b12304e0584af85a (patch)
treee9477d8f7e85ff640dec0bd35af6d45197b50ccd /testsuite/tests/rename/should_compile/T5306b.hs
parent41e5e7831efe4a713f6f558d11b2b25f872f95ee (diff)
downloadhaskell-8632b5348f6d48321eae13a6b12304e0584af85a.tar.gz
Test Trac #5306
Diffstat (limited to 'testsuite/tests/rename/should_compile/T5306b.hs')
-rw-r--r--testsuite/tests/rename/should_compile/T5306b.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T5306b.hs b/testsuite/tests/rename/should_compile/T5306b.hs
new file mode 100644
index 0000000000..4801b79db7
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T5306b.hs
@@ -0,0 +1,5 @@
+{-# LANGUAGE TypeFamilies #-}
+module T5306b where
+
+data family F a
+data instance F Int = FInt