fpc/tests/webtbf/tw2972.pp
2004-02-24 15:41:02 +00:00

13 lines
220 B
ObjectPascal

{ %fail }
{ Source provided for Free Pascal Bug Report 2972 }
{ Submitted by "Michalis Kamburelis" on 2004-02-13 }
{ e-mail: michalis@camelot.homedns.org }
type
TEnum = (one, two);
var s:String;
begin
s:=one;
end.