// bindgen-flags: --no-derive-debug --no-derive-copy --default-enum-style rust --no-layout-tests /**
*/ struct my_type; /**
*/ struct my_type; struct my_type { int a; }; /** *
*
*/ struct my_type2; struct my_type2 { unsigned a; }; /** *
*/ struct my_type3 { unsigned long a; };