diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T15546.script')
-rw-r--r-- | testsuite/tests/ghci/scripts/T15546.script | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T15546.script b/testsuite/tests/ghci/scripts/T15546.script new file mode 100644 index 0000000000..76bcda783e --- /dev/null +++ b/testsuite/tests/ghci/scripts/T15546.script @@ -0,0 +1,5 @@ +:set -XTypeFamilies +type family E a b where E a a = (); E a b = Bool +:info E +:set -fprint-axiom-incomps +:info E |