1# Source file used to test the CDX break.n instructions
2foo:
3	break.n
4	break.n 0
5	break.n 31
6	break.n 14
7
8
9