fpc/tests/webtbf/tw1905.pp
2002-04-18 13:23:47 +00:00

11 lines
172 B
ObjectPascal

{ %fail }
procedure proc_value_smallset(smallset : set of tsmallset);
begin
if [A_A,A_D] in smallset then
global_u8bit := RESULT_U8BIT;
end;
begin
end.