This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
master
rust
/
tests
/
ui
/
asm
/
empty_global_asm.rs
9 lines
95 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ needs-asm-support
//@ run-pass
tests: Add missing run-pass annotations
2019-07-27 00:54:25 +03:00
Stabilize asm! and global_asm! They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros.
2021-12-10 00:15:33 +00:00
use
std
::
arch
::
global_asm
;
Add global_asm tests
2017-03-21 23:47:25 -05:00
global_asm!
(
"
"
)
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink