//#error
#include <coordinate>
int main(void)
{
    std::bounds<3> cord{55, 66, 7};
    auto cord = cord / -1;
}
