summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-1488-template-alias-new-type.hpp
blob: 4374da3db20b6a1ade00f13ee4c9fa6691784b46 (plain)
1
2
3
4
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --default-alias-style=new_type -- -std=c++14

template<typename T>
using Wrapped = T;