#include "types.h" #include "utils.h" int main() { Point p{3, 4}; int d = calc(p); return d; }