Init new repository
This commit is contained in:
9
tests/new_get_pointer.txt
Normal file
9
tests/new_get_pointer.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
main :: proc(): int {
|
||||
i: int;
|
||||
|
||||
a: [32]int;
|
||||
b := addptr(a, 4); @unused
|
||||
|
||||
val := i ^ i; @unused
|
||||
return i;
|
||||
}
|
||||
Reference in New Issue
Block a user