riscv: by-value structs + @min

This commit is contained in:
David Rubin
2024-04-16 18:48:33 -07:00
parent a30af172e8
commit 2fd83d8c0a
15 changed files with 174 additions and 35 deletions

View File

@@ -593,7 +593,6 @@ test "equality compare fn ptrs" {
test "self reference through fn ptr field" {
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
const S = struct {
const A = struct {