type T=record n:integer;end;var a,b:T;BEGINa.n:=5;b:=a;a.n:=10;writeln(b.n);END.
Standard input is empty
5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!