• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --impl-debug --rust-target 1.40
2 
3 template<typename T>
4 class Generic {
5   T t[40];
6 };
7