mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 13:34:17 +00:00
The added test case crashes the interpreter because it makes ObjectSpace.internal_class_of return the second VALUE slot of an AST imemo object. The second VALUE slot of `struct rb_ast_struct` is not a VALUE and not a pointer to a Ruby object.