rustc/tests/ui/asm/unpretty-expanded.stdout
2024-06-21 09:39:33 +02:00

11 lines
227 B
Plaintext

#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
extern crate std;
//@ needs-asm-support
//@ check-pass
//@ compile-flags: -Zunpretty=expanded
global_asm! ("x: .byte 42");