• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --allowlist-type U --generate types
2 
3 struct T {};
4 struct U {
5   void test(T a);
6 };
7