• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --impl-debug --rust-target 1.40
2 
3 class Nice {
4   typedef void (*Function) (int data);
5   Function pointer;
6   int large_array[34];
7 };
8