diff options
| author | WormHeamer | 2025-08-09 05:58:28 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-08-09 05:58:28 -0400 |
| commit | deab9a5e7917f9fecbf36cf97ca9cac7910df990 (patch) | |
| tree | 793d9f2ce241528137f89ad83cfffd3c3343715c /test.lang | |
| parent | ce6e7ba4d5c57aa147691ec10dd4a9ee854b379d (diff) | |
add N_DEAD node type, and assert to help prevent use-after-free
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -3,14 +3,6 @@ func main(a, b i64) i64 { let t = a a := b b := t - } else { - a := 5 - b := 10 - if a = b { - let t = a - a := b - b := t - } } return a + b } |
