Simple code that bring to internal error and sometimes to restart of VS

Island, Win32.

namespace ConsoleApplication1;

type
Program = class
public

class method Main(args: array of String): Int32;
begin
 var s := 'привет!';
 var i := 56;
 writeln(s is object);
 writeln(i is object);
 readln;
end;

end;

end.

Result: (E0) Internal error: Corrupted bitcode

Thanks, logged as bugs://76841

bugs://76841 got closed with status fixed.

Logged as bugs://i64644.

bugs://i64644 was closed as fixed.