pt/members/pt-bintols/tests/datalayout.rs

8 lines
121 B
Rust
Raw Normal View History

2023-09-20 18:16:21 +02:00
use pt_bintols::*;
#[test]
fn mkdmp() {
let v = vec![true, true, false];
investigate_memory_layout!(bool, v);
}