// bindgen-flags: -- -std=c++14 template class BaseIgnoresT { int x; }; template class CrtpIgnoresU : public BaseIgnoresT> { int y; };