Implicit Values: context; Fix lvalue selector assignments; Fix offset_of* for using fields.

This commit is contained in:
Ginger Bill
2016-10-10 10:27:50 +01:00
parent 90babbfbf3
commit f5318c46d1
15 changed files with 226 additions and 6908 deletions

View File

@@ -1,6 +1,5 @@
#import "fmt.odin"
main :: proc() {
fmt.println(123)
}