]> git.lizzy.rs Git - rust.git/blob - src/test/ui/sanitize/crt-static.rs
Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726
[rust.git] / src / test / ui / sanitize / crt-static.rs
1 // compile-flags: -Z sanitizer=address -C target-feature=+crt-static --target x86_64-unknown-linux-gnu
2 // needs-llvm-components: x86
3
4 #![feature(no_core)]
5 #![no_core]
6 #![no_main]