xref: /trunk/main/idlc/test/identifiers.idl (revision cdf0e10c)
1struct Identifiers
2{
3    long onlysmallalphas;
4    long smallMixedAlphas;
5    long CapMixedAlphas;
6    long ONLYCAPS;
7    long CAPS_WITH_UNDERSCORE;
8    long CAPS_WITH_UNDERSCORE_11;
9    long CAPS_WITH_UNDERSCORE11_11TEST;
10    long CapMixed_Alphas_11;
11    long m_CapMixedAlphas_11; // should be not allowed with -cid
12    long small_get; //should be not allowed with -cid
13    long small_11; //should be not allowed with -cid
14    long small_11small; //should be not allowed with -cid
15    long mixedAlphas_11CAPS; // should be not allowed with -cid
16    long mixedAlphas_11mixedAlphas; // should be not allowed with -cid
17    long _mixedAlphas; // should be not allowed with -cid
18//     long _mixedAlphas_; // should be not allowed
19//     long CapsMixedAlphas_; // should be not allowed
20//     long _CapsMixedAlphas_; // should be not allowed
21
22};
23