mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-27 18:56:24 +00:00
9 lines
206 B
Rust
9 lines
206 B
Rust
//@ compile-flags: -Z sanitizer=leak --target i686-unknown-linux-gnu
|
|
//@ needs-llvm-components: x86
|
|
|
|
#![feature(no_core)]
|
|
#![no_core]
|
|
#![no_main]
|
|
|
|
//~? ERROR leak sanitizer is not supported for this target
|