mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
3 lines
94 B
Python
3 lines
94 B
Python
# CHECK-TREE: { z <- #true; y <- z; x <- y; #record { z : z, y : y, x : x }}
|
|
x = y = z = True
|