Typedefs

typedef int Distance;
Distance x;

typedef struct point *Point;
Point p;