blob: d66ee01fa7d71ea19f1c1e2bf271155a545f3033 [file] [log] [blame]
// bindgen-flags: --generate functions --allowlist-function func --raw-line "#[repr(C)] pub struct nsTArray { pub hdr: *const () }"
template<typename T>
class nsTArray {
static T* sFoo;
};
extern "C" nsTArray<int>* func();