#[test] /// This test can be ignored, aslong as it does not fail. If so, something is really wrong! fn canary_test() { let x = 2; let y = 3; assert_eq!(x + y, 5); }