Skip to content

Commit

Permalink
this is not at all reachable
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMichaelPetter committed Mar 25, 2024
1 parent e267f74 commit 9a1486b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/77-lin2vareq/22-cast-to-short2.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ int main() {
}
if (allbits == 4294967295 && signedallbits == -1 && unsignedtosigned == -1 &&
unsignedtounsigned == 65535) {
__goblint_check(1); // reachable
__goblint_check(0); // NOWARN (unreachable)
return (-1);
}

Expand Down

0 comments on commit 9a1486b

Please sign in to comment.