IE2019050502
- Code:
library test;
exports notexists;
end.
- Compile:
C:\fpclaztrunk\fpc\bin\x86_64-win64\fpc.exe -n -FuC:\fpclaztrunk\fpc\units\x86_64-win64\rtl test.pas
- Output:
test.pas(2,9) Error: Identifier not found "notexists"
test.pas(2,18) Error: The symbol cannot be exported from a library
test.pas(2,18) Fatal: Internal error 2019050502
Error: C:\fpclaztrunk\fpc\bin\x86_64-win64\ppcx64.exe returned an error exitcode
Edited by alligator