On a datatype_parameter, the field is marked with the following named sub if its padding
"#is_padding": {
"id": "1"
},
CBMC appears to consider two structs to have different types if they agree on all fields, but disagree on which ones have the #is_padding comments. Aren't comments supposed to be ignored when comparing equality?
On a datatype_parameter, the field is marked with the following named sub if its padding
CBMC appears to consider two structs to have different types if they agree on all fields, but disagree on which ones have the
#is_paddingcomments. Aren't comments supposed to be ignored when comparing equality?