getelementptr

This commit is contained in:
Rochas
2025-04-30 16:11:55 +02:00
parent 15ad215e6f
commit a1f597c67e
5 changed files with 24 additions and 1 deletions

View File

@@ -2,4 +2,5 @@ FUNC INT main() {
INT a,b[10],c,d[11]
a:=1
c:=2
b[1] := 2
}