fpc/tests/tbf/tb0202.pp
Jonas Maebe eddc507a13 * disallow widechar sets (Delphi 7 compatible, and were handled wrongly
by FPC previously)
  * tbs/tb0474 now fails -> renamed to tbf/tb0201 (+ new test tbf/tb0202)

git-svn-id: trunk@8284 -
2007-08-14 14:27:59 +00:00

9 lines
64 B
ObjectPascal

{ %fail }
{$mode delphi}
var
s: set of widechar;
begin
end.