blob: 4c8bb58dd715830961e2cc7911d78b9372d54a27 [file] [log] [blame]
// bindgen-flags: -- -x c++ --std=c++11
template<typename T>
struct Foo {
int bar;
};