summaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/X86/x86_word_directive.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/X86/x86_word_directive.s')
-rw-r--r--test/MC/AsmParser/X86/x86_word_directive.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_word_directive.s b/test/MC/AsmParser/X86/x86_word_directive.s
new file mode 100644
index 0000000..2950c8c
--- /dev/null
+++ b/test/MC/AsmParser/X86/x86_word_directive.s
@@ -0,0 +1,6 @@
+# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
+
+# CHECK: TEST0:
+# CHECK: .short 3
+TEST0:
+ .word 3
OpenPOWER on IntegriCloud