1; RUN: opt < %s -jump-threading 2; PR 13405 3; Just check that it doesn't crash / assert 4 5define i32 @f() nounwind { 6entry: 7 indirectbr i8* undef, [] 8} 9