mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 18:47:14 +00:00
9 lines
95 B
Rust
9 lines
95 B
Rust
//@ needs-asm-support
|
|
//@ run-pass
|
|
|
|
use std::arch::global_asm;
|
|
|
|
global_asm!("");
|
|
|
|
fn main() {}
|