1//  RUN: not llvm-mc -arch=amdgcn -filetype=obj -o /dev/null %s 2>&1 | FileCheck -check-prefix=ERROR %s
2//  ERROR: max-branch-distance.s:7:3: error: branch size exceeds simm16
3
4// fill v_nop
5LBB0_0:
6    .fill 32768, 4, 0x0000007e
7  s_branch LBB0_0
8