Skip to content

Commit b960390

Browse files
committedJul 30, 2024·
Crash test for issue 121444 has been fixed
1 parent 00bfd70 commit b960390

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎tests/crashes/121444.rs ‎tests/ui/abi/large-byval-align.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
//@ known-bug: #121444
21
//@ compile-flags: -Copt-level=0
3-
//@ edition:2021
42
//@ only-x86_64
53
//@ ignore-windows
4+
//@ min-llvm-version: 19
5+
//@ build-pass
6+
67
#[repr(align(536870912))]
78
pub struct A(i64);
89

10+
#[allow(improper_ctypes_definitions)]
911
pub extern "C" fn foo(x: A) {}
1012

1113
fn main() {

0 commit comments

Comments
 (0)
Please sign in to comment.