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

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