/test/language/error_warning_msg/bad_create7.msg
http://github.com/tybor/Liberty · Unknown · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · a23eca58ff3d3aa0b16c701c3363f2f1 MD5 · raw file
- ****** Fatal Error: Cannot use such a strange create expression
- for type INTEGER_32 which is a simple and predefined expanded
- type. Actually, just replace this create expression with `0' and
- you are done.
- Line 14 column 21 in BAD_CREATE7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create7.e):
- integer := create {INTEGER}
- ^
- ------