tw2972b.pp 229 B

123456789101112
  1. { %fail }
  2. { Source provided for Free Pascal Bug Report 2972 }
  3. { Submitted by "Michalis Kamburelis" on 2004-02-13 }
  4. { e-mail: [email protected] }
  5. type
  6. TEnum = (one, two);
  7. var s:String;
  8. begin
  9. if s<>one then;
  10. end.