IntSyntax.mod  Compiling IntSyntax.

  14:   i := l;   (* Bad, INTEGER shorter than LONGINT *)
             ^
    pos   340  err 113  incompatible assignment

  15:   s := l;   (* Bad, SHORTINT shorter than LONGINT *)
             ^
    pos   392  err 113  incompatible assignment

  16:   i := l;   (* Bad, SHORTINT shorter than INTEGER *)
             ^
    pos   445  err 113  incompatible assignment

Module compilation failed.
