$ start
@ 2 = -2147483648
goto $ loop
$ loop
if @node == null then goto $ exit else goto $ body
$ body
@ 3 = field Node.value @node as I
@ 4 = @ 2 compareTo @ 3 as int
if @ 4 <0 then goto $ less else goto $ greater
$ less
@ 2 = field Node.value @node as I
goto $ greater
$ greater
@node = field Node.next @node as `LNode;`
goto $ loop
$ exit
return @ 2