1@ RUN: llvm-mc -triple thumbv6m-eabi -show-encoding %s | FileCheck %s
2
3	.syntax unified
4	.text
5	.thumb
6
7undefined:
8	udf #0
9
10@ CHECK: udf	#0                      @ encoding: [0x00,0xde]
11
12