about summary refs log tree commit diff
path: root/tests/codegen/asm/foo.s
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2024-11-01 22:12:55 +0900
committerTaiki Endo <te316e89@gmail.com>2024-11-01 22:12:55 +0900
commit96e7eaf478f53cdf417ad681d2afa07b00abbdfd (patch)
treeac8bbc17410f3a71f96f8325955b59ae5730c20c /tests/codegen/asm/foo.s
parenta8e1186e3c14a54f7a38cc1183117dc7e77f4f82 (diff)
downloadrust-96e7eaf478f53cdf417ad681d2afa07b00abbdfd.tar.gz
rust-96e7eaf478f53cdf417ad681d2afa07b00abbdfd.zip
Move remaining inline assembly test files into asm directory
Diffstat (limited to 'tests/codegen/asm/foo.s')
-rw-r--r--tests/codegen/asm/foo.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/codegen/asm/foo.s b/tests/codegen/asm/foo.s
new file mode 100644
index 00000000000..304d82aa0c6
--- /dev/null
+++ b/tests/codegen/asm/foo.s
@@ -0,0 +1,3 @@
+.global foo
+foo:
+    jmp baz