aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/directive_end.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/directive_end.s')
-rw-r--r--test/MC/AsmParser/directive_end.s11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/MC/AsmParser/directive_end.s b/test/MC/AsmParser/directive_end.s
new file mode 100644
index 0000000..ec43cad
--- /dev/null
+++ b/test/MC/AsmParser/directive_end.s
@@ -0,0 +1,11 @@
+# RUN: llvm-mc -triple i386-unknown-unknown %s -filetype obj -o - \
+# RUN: | llvm-readobj -t | FileCheck %s
+
+ .end
+
+its_a_tarp:
+ int $0x3
+
+# CHECK: Symbol {
+# CHECK-NOT: Name: its_a_tarp
+