You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?