blob: d5158510ea4299744de9dcf1d800ac53d0435c7d [file] [log] [blame]
// bindgen-flags: --impl-debug
template<typename T>
class Generic {
T t[40];
};