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