{$X+}
program ideone;
var x: Integer;
begin
	x = 5;
end.