diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-10-10 10:27:50 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-10-10 10:27:50 +0100 |
| commit | f5318c46d13ed3f3de20e0f61c4193e6ad46a42b (patch) | |
| tree | 89f62b9ea2e6b07816335c6695e358051e8152f1 /code | |
| parent | 90babbfbf30cc9c611af74e8c0af3562faf4d58b (diff) | |
Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* for `using` fields.
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/demo.odin b/code/demo.odin index c77120583..29a96fbb9 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -1,6 +1,5 @@ #import "fmt.odin" main :: proc() { - fmt.println(123) } |