summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2542_Regression/Test.idl
blob: 209514f3740608c740a9148738bc1090e1078f4e (plain)
1
2
3
4
5
6
7
valuetype LongValue long;

valuetype Value
{
      public LongValue l;
};