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