/test/language/error_warning_msg/bad_integer_constant8.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 07303228089451dded483ad54c7d8f10 MD5 · raw file

  1. ****** Error: Overflow while reading integer constant. Value `9223372036854775808'
  2. does not fit on INTEGER_64).
  3. Line 17 column 17 in BAD_INTEGER_CONSTANT8 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_integer_constant8.e):
  4. i64 := 9223372036854775808
  5. ^
  6. ------
  7. ****** 1 error.
  8. Load class "/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_integer_constant8.e" aborted.
  9. ****** Fatal Error: Unable to load class "BAD_INTEGER_CONSTANT8".
  10. ------