DEBSOURCES
Skip Quicknav
sources / camlidl / 1.13-1 / tests / hdirect / test030.idl
12345678910111213
//!! Enumerations with expressions on RHS interface Test { const int int_size=4; typedef enum _foo { a = int_size, b = 1 } bar; }