mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix void* <=> protocol casts. Fix of tests.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user