blob: c21f213af1812c62c0e310a567a965016d779044 [file] [log] [blame]
// bindgen-flags: --opaque-type "NoCopy" --no-copy "NoCopy"
class NoCopy {
int i;
};