procedure p(s:string); var s : string; begin writeln(s); end; begin p('test'); end.