/test/language/error_warning_msg/bad_address_of4.e
Specman e | 16 lines | 12 code | 4 blank | 0 comment | 0 complexity | 719161ff74011531a754b57273c7cc6f MD5 | raw file
1class BAD_ADDRESS_OF4 2 3create {} 4 main 5 6feature {} 7 main 8 local 9 pointer: POINTER 10 do 11 pointer := $constant_attribute 12 end 13 14 constant_attribute: INTEGER 4 15 16end