We want to disable dominance checks in unreachable code. The is_reachable() check for EBB parameter values was checking if the defining EBB was reachable, not the EBB using the value. This bug showed up in fuzzing and in #213.
* Fixed bug in verifier Does not check variable def for unreachable codex * Check reachability first + file test