Fix void* <=> protocol casts. Fix of tests.

This commit is contained in:
Christoffer Lerno
2023-10-13 12:44:58 +02:00
parent 9b714e1dbb
commit e81e91be93
12 changed files with 69 additions and 35 deletions

View File

@@ -6,8 +6,8 @@ fn bool[2] get() { return { false, false }; }
/* #expect: test.ll
source_filename = "test"
target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx"
target datalayout = "e-m:o-p270:32:32-p271:32
target triple = "x86_64-apple
@.__const = private unnamed_addr constant [2 x i8] zeroinitializer, align 1
define i16 @test.get() #0 {
entry: