summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-544-stylo-creduce.hpp
blob: ba9f82575cb8c86c5572aa46247782f127ccf769 (plain)
1
2
3
4
5
// bindgen-flags: -- -std=c++14

template <typename> class a;
template <typename b, typename... c> class a<b(c...)> { a(const a &); };
template <typename b, typename... c> a<b(c...)>::a(const a &) {}