/test/language/error_warning_msg/bad_integer_constant11.msg

http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · f5bd17dee3aa34f37776c3c65199a89f MD5 · raw file

  1. ****** Fatal Error: Bad assignment. Cannot assign `2147483648'
  2. which is of type INTEGER_64 into `i32' which is of type INTEGER_32.
  3. The source lines relevant to this message are the following:
  4. Line 14 columns 10, 17 in BAD_INTEGER_CONSTANT11 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_integer_constant11.e):
  5. i32 := - -2147483648
  6. ^ ^
  7. ------