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

template <typename T>
class DoesNotUseTemplateParameter {
    int x;
};