struct point_t { int x; int y; };
struct foo {
static constexpr point_t p = {1, 2};
};
int main() {
// your code goes here
return 0;
}
CnN0cnVjdCBwb2ludF90IHsgaW50IHg7IGludCB5OyB9OwoKc3RydWN0IGZvbyB7CiAgc3RhdGljIGNvbnN0ZXhwciBwb2ludF90IHAgPSB7MSwgMn07Cn07CgoKaW50IG1haW4oKSB7CgkvLyB5b3VyIGNvZGUgZ29lcyBoZXJlCglyZXR1cm4gMDsKfQ==