summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3919_Regression/Test2.idl
blob: 4bc2e2f689251e09dfffbc081c333f19816de9ad (plain)
1
2
3
4
5
6
7
8
#include "Test.idl"

module Test2
{
  struct MyAttRefSeqStruct {
    Test::MyAttRefSequence attRefSeq;
  };
};