1// bindgen-flags: -- -x c++ --std=c++11
2
3template<typename T>
4struct Foo {
5  int bar;
6};
7