view test/bug-44643/bug-44643.tst @ 33608:5fba13104493 bytecode-interpreter tip

maint: merge default to bytecode-interpreter.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Sat, 18 May 2024 22:40:00 -0400
parents ff21351709dc
children
line wrap: on
line source

%!test <44643>
%! a = bug44643 ();
%! b = bug44643 ();
%! a.parent = b;
%! b.child  = a;
%!
%! assert (isequal (a, b));
%! assert (isequal (a, a));