summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-1464.hpp
blob: d34d0fe3e571f7c65dde4f5a5a152b62dcfe213c (plain)
1
2
3
4
5
6
7

// Should not crash.
template <int Foo> class Bar {
public:
  Bar();
  ~Bar();
};