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