summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/no_default_opaque.hpp
blob: 3245d8f93c04943c807978c47f9e1e519d2fb22f (plain)
1
2
3
4
5
// bindgen-flags: --opaque-type "NoDefault" --no-default "NoDefault"

class NoDefault {
  int i;
};