summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/op_print.rs
blob: 516521a0e9caf0c4f0cc54aa3d0641d752461cce (plain)
1
2
3
4
5
6
fn op_print(
  state: &mut OpState,
  msg: &str,
  is_err: bool,
) -> Result<(), AnyError> {
}