#include int main() { const adminive::Range_Value value{7}; return value.value() == 7 ? 0 : 1; }