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