Skip to content

Commit a35c4e3

Browse files
committed
Comply with windows symbol name conventions
1 parent 63a0747 commit a35c4e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/simple_global_asm.rs

+2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
1515
global_asm!(r#"
1616
.global foo
17+
.global _foo
1718
foo:
19+
_foo:
1820
ret
1921
"#);
2022

0 commit comments

Comments
 (0)