// bindgen-flags: --no-default "NoDefault" --rust-target 1.40 template class Generic { T t[40]; }; template class NoDefault { T t[40]; };