1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s 2 3 # CHECK: TEST0: 4 # CHECK: .short 3 5 TEST0: 6 .word 3 7