mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-01 23:31:32 +00:00
9 lines
93 B
Rust
9 lines
93 B
Rust
// needs-asm-support
|
|
// run-pass
|
|
|
|
use std::arch::global_asm;
|
|
|
|
global_asm!("");
|
|
|
|
fn main() {}
|