1; RUN: llvm-mc -triple avr -mattr=avr6 -filetype=obj < %s | llvm-objdump -r - | FileCheck %s
2
3; CHECK: R_AVR_7_PCREL foo+0x7f
4brbs 1, foo+127
5
6