1// bindgen-flags: --allowlist-type U --generate types
2
3struct T {};
4struct U {
5  void test(T a);
6};
7