14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
== short ==
|
|
fun short() = 1
|
|
---------------------
|
|
l0:
|
|
<START> NEXT:[r(1)] PREV:[]
|
|
r(1) NEXT:[<END>] PREV:[<START>]
|
|
l1:
|
|
<END> NEXT:[<SINK>] PREV:[r(1)]
|
|
error:
|
|
<ERROR> NEXT:[] PREV:[]
|
|
sink:
|
|
<SINK> NEXT:[] PREV:[<END>]
|
|
=====================
|