048 store self foreign key

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

val 100 next 1
val 777 next -1

Expected output

val 100 next 1
val 777 next -1

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: nodes, capacity: 64, source: val: i64, next: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: nodes, source: val: 100, next: -1)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: nodes)

Test Configuration

MUST_RUN