blob: b8bdf28351c3d2f0afa06f5940114a9fbf0b17e3 (
plain)
1
2
3
4
5
6
7
8
|
//@ 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
|