Test: init_order.cpp init_order.cpp: In constructor 'Point::Point(double, double, double)': init_order.cpp:10:11: error: expected '{' before 'x_' 10 | x_(x * scale_), // BUG: scale_ used before y_ initialized | ^~