texception6.pp 130 B

12345678910
  1. { %version=1.1 }
  2. { %result=0 }
  3. uses
  4. SysUtils;
  5. begin
  6. // this should fail with a runtime error
  7. ReleaseExceptionObject;
  8. end.