blob: 0f4dc6ab25c9619fa3da3badfe160e3e3383e3dd [file] [log] [blame]
// bindgen-flags: -- -std=c++11
template <typename d> class e {
using f = d;
static const auto g = alignof(f);
};