Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
sanitizer
/
crt-static.rs
blob: b8bdf28351c3d2f0afa06f5940114a9fbf0b17e3 [
file
]
//@ compile-flags: -Z sanitizer=address -C target-feature=+crt-static --target x86_64-unknown-linux-gnu
//@ needs-llvm-components: x86
#![
feature
(
no_core
)]
#![
no_core
]
#![
no_main
]
//~? ERROR sanitizer is incompatible with statically linked libc