summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/no_copy_opaque.hpp
blob: c21f213af1812c62c0e310a567a965016d779044 (plain)
1
2
3
4
5
// bindgen-flags: --opaque-type "NoCopy" --no-copy "NoCopy"

class NoCopy {
  int i;
};