tw9499.pp 75 B

123456789
  1. { %fail }
  2. program Project1;
  3. var
  4. i: Longint;
  5. begin
  6. i := 2 div 0;
  7. end.