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