• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --rust-target 1.40
2 
3 struct nsFoo {
4   float details[400];
5 };
6 
7 extern const struct nsFoo gDetails;
8