blob: 9feb30549a99bdb39575cf18a530465ede139a5d [file] [log] [blame]
// bindgen-flags: --allowlist-type "AllowlistMe" --no-copy "NoCopy"
struct NoCopy {};
class AllowlistMe {
NoCopy a;
};