Implement Phase 6 Box reference operations in MIR/VM - RefNew/RefGet/RefSet/WeakNew/WeakLoad/Barrier*
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
4
simple_mir_test.nyash
Normal file
4
simple_mir_test.nyash
Normal file
@ -0,0 +1,4 @@
|
||||
// Very simple field access test
|
||||
local str
|
||||
str = "Hello World"
|
||||
print(str)
|
||||
Reference in New Issue
Block a user