summaryrefslogtreecommitdiff
path: root/test/files/run/t7406.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7406 crasher with specialized lazy valPaul Phillips2013-12-211-0/+1
This reverts a tiny bit of f7d5f45aa7 where the crasher was introduced. The enclosed test case compiles and runs under 2.9, but prints the wrong answer. It crashes in 2.10 and until this patch. Now it compiles and prints the right answer.