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