1# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s 2 3foo: 4.short 0X1 5# CHECK: .short 1 6.short 0B1 7# CHECK: .short 1 8