1 2 3 4 5 6
assert { a.b = [ { c.d = true; } ]; } == { a.b = [ { c.d = false; } ]; }; abort "unreachable"