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