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

field-negative-r3-integer-t280.nx

buildroot/runtime/field-negative-r3-integer-t280.nx

98 B3 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}

consts

none

functions

2func f(s:*S)->i64{s.i=1.25;return 0}
3func main(argc:i64,argv:*i64)->i64{return 0}