/test/language/error_warning_msg/bad_address_of4.e
http://github.com/tybor/Liberty · Specman e · 16 lines · 12 code · 4 blank · 0 comment · 0 complexity · 719161ff74011531a754b57273c7cc6f MD5 · raw file
- class BAD_ADDRESS_OF4
- create {}
- main
- feature {}
- main
- local
- pointer: POINTER
- do
- pointer := $constant_attribute
- end
- constant_attribute: INTEGER 4
- end