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