summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-1025-unknown-enum-repr.hpp
blob: 589b3c25f3d0739267586a372f5e1f29d27a1765 (plain)
1
2
3
4

template <typename> class a {
  enum {};
};