summaryrefslogtreecommitdiff
path: root/tests/Bug_3919_Regression/Test2.idl
blob: d66a82bc32c1289ca6edfe5ff05bc303f9af8627 (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

#include "Test.idl"

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