1# RUN: llc -run-pass=none -o /dev/null %s
2# REQUIRES: asserts
3# REQUIRES: default_triple
4# Makes sure that having a probability of 0x00000000 to branch to a successor
5# doesn't hit an APInt assert in the MIParser.
6
7---
8name:            main
9body:             |
10  bb.0:
11    successors: %bb.1(0x00000000)
12  bb.1:
13
14...
15