Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
sanitize
/
crt-static.rs
blob: 7a6b9eda3fa123a40675c5a620231ac6eca89abb [
file
] [
log
] [
blame
]
// 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
]