mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 05:34:45 +00:00
10 lines
228 B
Rust
10 lines
228 B
Rust
// skip-filecheck
|
|
//@ needs-asm-support
|
|
|
|
// `global_asm!` gets a fake body, make sure it is handled correctly
|
|
|
|
// EMIT_MIR global_asm.{global_asm#0}.SimplifyLocals-final.after.mir
|
|
core::arch::global_asm!("/* */");
|
|
|
|
fn main() {}
|