1// RUN: llvm-mc -filetype=obj -triple i386-pc-linux-gnu %s -o %t
2// RUN: llvm-objdump -d %t | FileCheck %s
3
4.global foo
5pushw $foo // CHECK: pushw
6