//! Separate test suite for using `dicom_value!` in an isolated context,
//! without direct access to dependency `smallvec`
// empty module makes `smallvec` dependency unreachable,
// as would be typical in dependents of `dicom_core`
// unless they include it themselves