mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 22:01:25 -07:00
Big Refactor to type less :P
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
define void @main() {
|
||||
entry:
|
||||
%0 = alloca i64, align 8 ; a
|
||||
store i64 zeroinitializer, i64* %0
|
||||
ret void
|
||||
}
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
main :: proc() {
|
||||
a : int;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user