Intrinsic type_swapped
fails for unit types
#3182
Labels
[C] Bug
This is a bug. Something isn't working.
type_swapped
fails for unit types
#3182
I tried this code:
using the following command line invocation:
with Kani version: 0.51.0
I expected to see this happen: Verification succeeded
Instead, this happened: Verification failed
I believe this is a regression introduced by #3134. I believe the correct fix is to modify this intrinsic to become a no-op for ZST.
The text was updated successfully, but these errors were encountered: