1 2 3 4 5 6 7 8 9
fn main() { one_assert::assert!(const { 3 + 1 }); one_assert::assert!( const { let x = 1; x == 1; } ); }