1use id_arena::Id; 2 3pub type BasicBlockId = Id<BasicBlock>; 4 5#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] 6pub struct BasicBlock {}