blob: 57c11a105e275f27c376937c9169c69dae85654e [file] [log] [blame]
// bindgen-flags: -- -std=c++14
template <typename T>
class UsesTemplateParameter {
T t;
};