summaryrefslogtreecommitdiff
path: root/tests/headers/union_fields.hpp
blob: aec3a7fdf429670a2b9167a5f1d0ccd7f47bd0b4 (plain)
1
2
3
4
5
typedef union {
  int mInt;
  float mFloat;
  void* mPointer;
} nsStyleUnion;