1// bindgen-flags: --rustified-enum ".*"
2
3enum nsCSSPropertyID {
4  eCSSProperty_a,
5  eCSSProperty_b,
6
7  eCSSProperty_COUNT, /**< <div rustbindgen constant></div> */
8  eCSSProperty_COUNT_DUMMY2 = eCSSProperty_COUNT - 1, /**< <div rustbindgen hide></div> */
9
10  eCSSPropertyAlias_aa,
11  eCSSPropertyAlias_bb,
12
13  eCSSProperty_COUNT_unexistingVariantValue, /**< <div rustbindgen constant></div> */
14};
15