summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/issue-834.hpp
blob: 647970126202011a975382593e1ef844c448ab50 (plain)
1
2
3
4
5
6
// bindgen-flags: --allowlist-type U --generate types

struct T {};
struct U {
  void test(T a);
};