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