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