blob: ba9f82575cb8c86c5572aa46247782f127ccf769 [file] [log] [blame]
// 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 &) {}