summaryrefslogtreecommitdiff
path: root/tests/headers/eval-value-dependent.hpp
blob: 0f4dc6ab25c9619fa3da3badfe160e3e3383e3dd (plain)
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);
};