]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-1693.rs
Add tests for binop_separator = Back
[rust.git] / tests / source / issue-1693.rs
1 fn issue1693() {
2     let pixel_data = vec![(f16::from_f32(0.82), f16::from_f32(1.78), f16::from_f32(0.21)); 256 * 256];
3 }