summaryrefslogtreecommitdiff
path: root/tests/headers/template-param-usage-0.hpp
blob: 57c11a105e275f27c376937c9169c69dae85654e (plain)
1
2
3
4
5
6
// bindgen-flags: -- -std=c++14

template <typename T>
class UsesTemplateParameter {
    T t;
};