mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
8 lines
149 B
Rust
8 lines
149 B
Rust
//@ known-bug: #131292
|
|
//@ needs-asm-support
|
|
use std::arch::asm;
|
|
|
|
unsafe fn f6() {
|
|
asm!(concat!(r#"lJ�.�"#, "{}/day{:02}.txt"));
|
|
}
|