mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Main arguments are now slices if desired.
This commit is contained in:
committed by
Christoffer Lerno
parent
497eef5328
commit
c52629d60f
@@ -27,7 +27,7 @@ entry:
|
||||
ret i32 0
|
||||
}
|
||||
|
||||
define void @main() #0 {
|
||||
define void @demo.main() #0 {
|
||||
entry:
|
||||
%result = alloca i32, align 4
|
||||
%0 = load i32 (i8*, i32)*, i32 (i8*, i32)** @demo.cb, align 8
|
||||
|
||||
Reference in New Issue
Block a user