This makes it easier to distinguish tests that are actually failing while we work on the new codegen.
5 lines
198 B
Text
5 lines
198 B
Text
[Compiler.IR] [init]
|
|
def f (x_1 : obj) (x_2 : obj) (x_3 : obj) : obj :=
|
|
let x_4 : obj := List.appendTR._redArg x_1 x_2;
|
|
let x_5 : obj := List.appendTR._redArg x_4 x_3;
|
|
ret x_5
|