blob: 647970126202011a975382593e1ef844c448ab50 [file] [log] [blame]
// bindgen-flags: --allowlist-type U --generate types
struct T {};
struct U {
void test(T a);
};