Branch: Tag:

2003-02-25

2003-02-25 15:52:45 by Marcus Comstedt <marcus@mc.pp.se>

Added a test that gives segfault in 7.4.

Rev: src/testsuite.in:1.582

1: - test_true([["$Id: testsuite.in,v 1.581 2003/02/24 21:53:30 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.582 2003/02/25 15:52:45 marcus Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
126:    return 0;   ]], 0)    + test_compile_any([[ +  void foo() +  { +  Stdio.File bar(int x, int y) +  { +  return 0; +  }; +  } + ]])    -  +    dnl FIXME: Add test that local and local:: in combination   dnl with recursion works correctly.