struct point { double x; double y; }; void f() //function definition { const point origin {0.0, 0.0}; }