summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/run/kill_perl.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t
index aa7a4a9d45..07df0485ca 100644
--- a/t/run/kill_perl.t
+++ b/t/run/kill_perl.t
@@ -788,3 +788,8 @@ EXPECT
EXPECT
Can't modify constant item in list assignment at - line 1, near ");"
Execution of - aborted due to compilation errors.
+######## tying a bareword causes a segfault in 5.6.1
+tie FOO, "Foo";
+EXPECT
+Can't modify constant item in tie at - line 1, near ""Foo";"
+Execution of - aborted due to compilation errors.