112a9d9c8Sopenharmony_ci// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
212a9d9c8Sopenharmony_ci//
312a9d9c8Sopenharmony_citypedef union {
412a9d9c8Sopenharmony_ci  int mInt;
512a9d9c8Sopenharmony_ci  float mFloat;
612a9d9c8Sopenharmony_ci  void* mPointer;
712a9d9c8Sopenharmony_ci} nsStyleUnion;
8