fn checksContainStdout(conf_run: *const Configuration.Step.Run) bool
fn checksContainStdout(conf_run: *const Configuration.Step.Run) bool { return conf_run.expect_stdout_exact.value != null or conf_run.expect_stdout_match.slice.len != 0 or conf_run.expect_stdout_snapshot.value != null; }