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