//! Phase 3 conditional-graph smoke example.
//!
//! TODO: requires CUDA 12.4+ runtime; full conditional-graph if/while
//! exercise lands when the `graphs-conditional` actor surface is
//! GPU-tested.
fn main() {
println!("graph_conditional: requires CUDA 12.4+ runtime; stub example");
}