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