1 // bindgen-flags: --opaque-type "NoCopy" --no-copy "NoCopy"
2 
3 class NoCopy {
4   int i;
5 };
6