1 2(action at startup) vgdb me ... 3 4 5breakme function called from line 19 6before reading 0/4/8 7u: Expected value at 0 8f: Expected value at 4 9d: Expected value at 8 10before writing 0 11before writing 4 12before writing 8 13after writing 8 14value UndeFineD 15before rewriting 0 16before rewriting 4 17before rewriting 8 18value 0nde4ine8 19 20HEAP SUMMARY: 21 in use at exit: 0 bytes in 0 blocks 22 total heap usage: 0 allocs, 0 frees, 0 bytes allocated 23 24For a detailed leak analysis, rerun with: --leak-check=full 25 26For counts of detected and suppressed errors, rerun with: -v 27ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 28