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