diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7587.script')
-rw-r--r-- | testsuite/tests/ghci/scripts/T7587.script | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T7587.script b/testsuite/tests/ghci/scripts/T7587.script new file mode 100644 index 0000000000..76a7883f7a --- /dev/null +++ b/testsuite/tests/ghci/scripts/T7587.script @@ -0,0 +1,3 @@ +:set -XPolyKinds +data A x y +:k A |