Free Pascal Compiler version 3.0.0 [2015/11/16] for i386
Copyright (c) 1993-2015 by Florian Klaempfl and others
Target OS: Win32 for i386
Compiling foo.pas
foo.pas(61,19) Error: Operator is not overloaded: "Array[1..20] Of Array[0..110000] Of Int64" * "Int64"
foo.pas(61,1) Error: Incompatible types: got "untyped" expected "Int64"
foo.pas(55,13) Error: Incompatible types: got "Array[1..20] Of Array[0..110000] Of Int64" expected "LongInt"
foo.pas(69,12) Error: Operator is not overloaded: "Array[1..20] Of Array[0..110000] Of Int64" + "Int64"
foo.pas(88,1) Error: Operator is not overloaded: inc "Array[0..110000] Of Int64"
foo.pas(88,1) Error: Incompatible types: got "untyped" expected "Array[0..110000] Of Int64"
foo.pas(90,9) Error: Operator is not overloaded: "Array[0..110000] Of Int64" div "LongInt"
foo.pas(90,1) Error: Incompatible types: got "untyped" expected "Array[0..110000] Of Int64"
foo.pas(92,6) Error: Operator is not overloaded: "Array[0..110000] Of Int64" mod "LongInt"
foo.pas(115,10) Error: Operator is not overloaded: "Array[1..20] Of Int64" * "ShortInt"
foo.pas(123,7) Error: Identifier not found "a0"
foo.pas(129,8) Fatal: Syntax error, "THEN" expected but "end of file" found
Fatal: Compilation aborted
Error: C:\FPC\3.0.0\bin\i386-win32\ppc386.exe returned an error exitcode