code wiki / (root) / field-negative-r3-index-missing-t280.nx

field-negative-r3-index-missing-t280.nx

buildroot/runtime/field-negative-r3-index-missing-t280.nx

125 B4 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

dependencies 0 imports · 0 importers

imports: none

imported by: nobody (leaf or entry point)

structs

1struct S{i:i64}
2struct O{ptr:*S}

consts

none

functions

3func f(s:*O)->i64{s.ptr[0].missing=1;return 0}
4func main(argc:i64,argv:*i64)->i64{return 0}