1; RUN: llvm-mc -filetype=obj -triple=avr %s -o %t
2; RUN: llvm-objdump -d %t | FileCheck %s --check-prefix=DEC
3; RUN: llvm-objdump -d --print-imm-hex %t | FileCheck %s --check-prefix=HEX
4
5; DEC: ldi r24, 66
6; HEX: ldi r24, 0x42
7  ldi r24, 0x42
8