2020-01-16 00:00:00 +00:00
|
|
|
// compile-flags: -Z sanitizer=leak --target i686-unknown-linux-gnu
|
2021-06-13 21:19:39 +03:00
|
|
|
// needs-llvm-components: x86
|
2021-02-08 00:49:00 +02:00
|
|
|
// error-pattern: error: leak sanitizer is not supported for this target
|
2020-01-16 00:00:00 +00:00
|
|
|
#![feature(no_core)]
|
|
|
|
#![no_core]
|
|
|
|
#![no_main]
|