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