Internal error 200203272 in a contrived example

FPC [main] x64 Win


program app;
{$mode objfpc}
begin
  volatile(777):=888;
end.