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