1; RUN: llvm-mc -triple avr -mattr=ijmpcall -show-encoding < %s | FileCheck %s 2 3 4foo: 5 6 icall 7 8; CHECK: icall ; encoding: [0x09,0x95] 9