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

template <typename T>
class DoesNotUseT {
    static T but_static_member_does;
};