//#error
#include <coordinate>
int main(void)
{
    std::bounds<2> cord{55, 66}
    cord[0] = cord[3];
}
