Skip to content

Commit

Permalink
Comply with windows symbol name conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhota committed Apr 14, 2017
1 parent 63a0747 commit a35c4e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/simple_global_asm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
global_asm!(r#"
.global foo
.global _foo
foo:
_foo:
ret
"#);

Expand Down

0 comments on commit a35c4e3

Please sign in to comment.