blob: 755bbbdd49aa65741b8d72f39daa67f7ac8da916 [file] [log] [blame]
// bindgen-flags: --whitelist-type "WhitelistMe" --no-copy "NoCopy"
struct NoCopy {};
class WhitelistMe {
NoCopy a;
};