tb0188.pp 92 B

12345678
  1. { %fail }
  2. {$mode objfpc}
  3. type
  4. generic TMyArray<T> = array[0..10] of longint;
  5. begin
  6. end.