Files
rust/tests/ui/target_modifiers/auxiliary/fixed_x18.rs
2025-05-05 12:42:27 +00:00

8 lines
176 B
Rust

//@ no-prefer-dynamic
//@ compile-flags: --target aarch64-unknown-none -Zfixed-x18
//@ needs-llvm-components: aarch64
#![feature(no_core)]
#![crate_type = "rlib"]
#![no_core]