2021-05-22 01:24:50 +08:00
|
|
|
// compile-flags: -Z sanitizer=address -C target-feature=+crt-static --target x86_64-unknown-linux-gnu
|
2021-06-13 21:19:39 +03:00
|
|
|
// needs-llvm-components: x86
|
2021-05-22 01:24:50 +08:00
|
|
|
|
|
|
|
|
#![feature(no_core)]
|
|
|
|
|
#![no_core]
|
|
|
|
|
#![no_main]
|