A simple example to reproduce the issue: ``` node top(x: bool) returns (y: bool) ; let y = x; tel
A simple example to reproduce the issue: