1 2 3 4 5 6
use kvx_macros::segment; use kvx_types::Segment; const SEGMENT: &Segment = segment!(""); fn main() {}