Auto merge of #106495 - JohnTitor:issue-100772, r=compiler-errors
Add regression test for #100772 Closes #100772 r? `@compiler-errors` Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
commit
d53924d8c7
1 changed files with 11 additions and 0 deletions
11
src/test/ui/lto/issue-100772.rs
Normal file
11
src/test/ui/lto/issue-100772.rs
Normal file
|
@ -0,0 +1,11 @@
|
|||
// run-pass
|
||||
// needs-sanitizer-cfi
|
||||
// compile-flags: -Clto -Ctarget-feature=-crt-static -Zsanitizer=cfi
|
||||
// no-prefer-dynamic
|
||||
// only-x86_64-unknown-linux-gnu
|
||||
|
||||
#![feature(allocator_api)]
|
||||
|
||||
fn main() {
|
||||
let _ = Box::new_in(&[0, 1], &std::alloc::Global);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue