1 2 3 4 5 6
pub fn main() { println!("This is a placeholder for the test-binary executable."); runtime_diff::breadcumb!("This is a Breadcumb message."); runtime_diff::runtime_check!("ASDF"); }