summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw9522.pp
blob: b37efbb109b53f7b0d53620c1ae835b0e6cc3262 (plain)
1
2
3
4
5
6
7
{ %fail }

type T4Char = array[0..3] of char;
begin
        writeln(T4Char(65)[0]);
end.