1 2 3 4 5 6 7
use cenum_utils::EnumCount as _; use crate::common::SimpleEnum; #[test] const fn access() { let _ = SimpleEnum::COUNT; }