DEBSOURCES
Skip Quicknav
sources / fpc / 3.2.2%2Bdfsg-49 / fpcsrc / tests / test / tarrconstr2.pp
12345678910111213
{ %fail} program tarrconstr2; {$mode delphi} type TAB = array of byte; var D: TAB; begin D := TAB.create(1+2, 'c'); end.