Fix compiler bugs and text_editor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import b "second";
|
||||
|
||||
main :: proc(): int {
|
||||
a: int;
|
||||
b.cool_variable = &a;
|
||||
b.other_thing();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user