```python import numba_mlir @numba_mlir.njit def func(): return [1, 2, 3] func() ``` output: ``` ... RuntimeError: lower_expr not handled: "build_list" ```
output: