summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-833-2.hpp
blob: 487c56075ea8e40658052e626e0ef2d84405d7f0 (plain)
1
2
3
4
5
6
// bindgen-flags: --raw-line "// If the output of this changes, please ensure issue-833-1.hpp changes too"

template<typename T>
class nsTArray {
  static T* sFoo;
};