This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
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);
|
|
|
|
}
|