summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3552_Regression/struct.idl
blob: 742cd31794702448725705235ce1339b4268f51a (plain)
1
2
3
4
5
6
7
8
9

/// Put the interfaces in a module, to avoid global namespace pollution
module Test
{
  struct theStruct
  {
    string theString;
  };
};