Home
last modified time | relevance | path

Searched refs:AS_I32 (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/
H A Dmacros.rs1691 const AS_I32: i32 = include_value!("../testdata/include_value/data"); in test_include_value() constant
1692 assert_eq!(AS_I32, i32::from_ne_bytes([b'a', b'b', b'c', b'd'])); in test_include_value()