diffblue-cbmc/regression/cbmc/Function_Pointer18
xbauch eaa73cbb1e Default fall-through for function pointer removal
When the pointer points to neither of the candidates we shouldn't just call the
first one (which does happen if the user does not request pointer-check). This
PR inserts an ASSUME (false) which makes all subsequent assertions
unreachable (and thus reported as not being violated).

A small regression test is included.
2019-05-11 16:29:37 +01:00
..
main.c Default fall-through for function pointer removal 2019-05-11 16:29:37 +01:00
test.desc Default fall-through for function pointer removal 2019-05-11 16:29:37 +01:00