mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 00:03:49 +00:00
11 lines
198 B
Rust
11 lines
198 B
Rust
//@ no-prefer-dynamic
|
|
|
|
//@ needs-sanitizer-kcfi
|
|
//@ needs-sanitizer-safestack
|
|
|
|
//@ compile-flags: -C panic=abort -Zsanitizer=safestack,kcfi
|
|
|
|
#![feature(no_core)]
|
|
#![crate_type = "rlib"]
|
|
#![no_core]
|