IR to CFG: when implementation in function generator, some when tests
This commit is contained in:
committed by
Dmitry Petrov
parent
eaf10a4675
commit
979f2231a1
@@ -0,0 +1 @@
|
||||
fun max(x: Int, y: Int) = if (x > y) x else y
|
||||
Reference in New Issue
Block a user