1; RUN: llvm-mc -triple avr -mattr=avr6 -filetype=obj < %s | llvm-objdump -r - | FileCheck %s
2
3; CHECK: R_AVR_13_PCREL foo+4095
4rjmp foo+4095
5
6