/test/language/error_warning_msg/bad_constant6.msg

http://github.com/tybor/Liberty · Unknown · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 70c2892f8f319510a7c551d48e3df5f7 MD5 · raw file

  1. ****** Fatal Error: Exponent of infix "^" must be a positive INTEGER.
  2. Exponent actual value is "-1".
  3. Line 14 column 26 in BAD_CONSTANT6 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constant6.e):
  4. integer_64 := 2 ^ -1
  5. ^
  6. ------