Skip to content

Commit 4fe4c3b

Browse files
committed
Add regression test
1 parent 60b7c2a commit 4fe4c3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/assembly/asm/aarch64-types.rs

+5
Original file line numberDiff line numberDiff line change
@@ -553,3 +553,8 @@ check_reg!(v0_f32x4 f32x4 "s0" "fmov");
553553
// CHECK: fmov s0, s0
554554
// CHECK: //NO_APP
555555
check_reg!(v0_f64x2 f64x2 "s0" "fmov");
556+
557+
// Regression test for #75761
558+
pub unsafe fn issue_75761() {
559+
asm!("", out("v0") _, out("x30") _);
560+
}

0 commit comments

Comments
 (0)