DEBSOURCES
Skip Quicknav
sources / fpc / 2.6.4%2Bdfsg-4 / fpcsrc / tests / test / tint2str2.pp
123456789101112131415
{ %fail } {$mode fpc} procedure test(s: string); begin halt(0); end; var l: longint; begin l := 'abcd'; test(l); end.