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

8 lines
120 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() {
2024-02-28 16:54:34 +01:00
let v = [true, true, false];
2023-09-20 18:16:21 +02:00
investigate_memory_layout!(bool, v);
}