summaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/directive_file.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/directive_file.s')
-rw-r--r--test/MC/AsmParser/directive_file.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/AsmParser/directive_file.s b/test/MC/AsmParser/directive_file.s
new file mode 100644
index 0000000..ec0b954
--- /dev/null
+++ b/test/MC/AsmParser/directive_file.s
@@ -0,0 +1,5 @@
+# RUN: llvm-mc -triple i386-unknown-unknown %s
+# FIXME: Actually test the output.
+
+ .file "hello"
+ .file 1 "world"
OpenPOWER on IntegriCloud