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