1 // bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq 2 // 3 typedef union { 4 int mInt; 5 float mFloat; 6 void* mPointer; 7 } nsStyleUnion; 8