We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe4ace commit 4551b55Copy full SHA for 4551b55
tests/gc_test.nelua
@@ -50,8 +50,8 @@ do -- finalizers
50
end
51
52
53
- local foo: *Foo = gc_allocator:new(Foo{count=count})
54
- local foos: span(Foo) = gc_allocator:new(Foo{count=count}, 2)
+ local foo: *Foo <volatile> = gc_allocator:new(Foo{count=count})
+ local foos: span(Foo) <volatile> = gc_allocator:new(Foo{count=count}, 2)
55
foos = (@span(Foo)){}
56
foo = nilptr
57
0 commit comments