/test/language/error_warning_msg/bad_integer_constant4.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 2c2d3f6a231b0b6978604f7b77aa2a51 MD5 | raw file
1****** Fatal Error: Bad assignment. Cannot assign `-32769' which 2is of type INTEGER_32 into `i16' which is of type INTEGER_16. 3 4The source lines relevant to this message are the following: 5 6Line 14 columns 10, 17 in BAD_INTEGER_CONSTANT4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_integer_constant4.e): 7 i16 := -32769 8 ^ ^ 9------