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