Searched refs:AS_U32 (Results 1 – 1 of 1) sorted by relevance
1689 const AS_U32: u32 = include_value!("../testdata/include_value/data"); in test_include_value() constant1690 assert_eq!(AS_U32, u32::from_ne_bytes([b'a', b'b', b'c', b'd'])); in test_include_value()