namespace templates { template struct Point { T x; T y; }; }