Fix of test (again)

This commit is contained in:
Christoffer Lerno
2025-02-17 00:22:21 +01:00
parent 0a93581695
commit 0d7697280c

View File

@@ -23,15 +23,7 @@ fn int main (String[] args)
@.str.4 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
@test.TEST = local_unnamed_addr constant ptr @.str.4, align 8
define i32 @test.main([2 x i64] %0) #0 {
entry:
%args = alloca %"char[][]", align 8
%a = alloca i8, align 1
%b = alloca i8, align 1
%c = alloca i8, align 1
store [2 x i64] %0, ptr %args, align 8
store i8 97, ptr %a, align 1
store i8 98, ptr %b, align 1
store i8 0, ptr %c, align 1
ret i32 0
}