1 2 3 4 5 6
// bindgen-flags: -- -std=c++11 template <typename d> class e { using f = d; static const auto g = alignof(f); };