summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/empty-union.hpp
blob: 113a95ee30fa8694f4fbdaa40d5bf872d55ed68d (plain)
1
2
3
4
5
// bindgen-flags: --opaque-type ".*"

template <int> class a {
  union {};
};