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
|
2025-03-29 02:41:32 +03:00
|
|
|
|
2020-01-16 00:00:00 +00:00
|
|
|
#![feature(no_core)]
|
|
|
|
|
#![no_core]
|
|
|
|
|
#![no_main]
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
|
//~? ERROR leak sanitizer is not supported for this target
|