{ %fail } {$mode objfpc} type generic TMyArray = array[0..10] of longint; begin end.