2020-06-14 00:00:00 +00:00
|
|
|
//@ compile-flags: -Z sanitizer=address -Z sanitizer=memory --target x86_64-unknown-linux-gnu
|
2021-06-13 21:19:39 +03:00
|
|
|
//@ needs-llvm-components: x86
|
2020-06-14 00:00:00 +00:00
|
|
|
|
|
|
|
|
#![feature(no_core)]
|
|
|
|
|
#![no_core]
|
|
|
|
|
#![no_main]
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
|
//~? ERROR `-Zsanitizer=address` is incompatible with `-Zsanitizer=memory`
|