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

8 lines
124 B
Rust
Raw Normal View History

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