import "modules/types.spooky"; import "modules/math.spooky"; int main() { Point p; p.x = 1; p.y = 2; return add(p.x, p.y); }