1 // bindgen-flags: -- -std=c++14
2 
3 template <typename T>
4 class DoesNotUseT {
5     static T but_static_member_does;
6 };
7