// bindgen-flags: -- -std=c++11 template class Point { T x; T y; }; typedef Point IntPoint2D; using IntVec2D = Point;