// bindgen-flags: --allowlist-type AllowlistMe template class AllowlistMe { class Inner { T bar; }; int foo; Inner bar; }; struct DontAllowlistMe { void* foo; double _Complex noComplexGenerated; };