1// bindgen-flags: --raw-line "// If the output of this changes, please ensure issue-833-1.hpp changes too"
2
3template<typename T>
4class nsTArray {
5  static T* sFoo;
6};
7