mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix of test (again)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user