summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3632_Regression/test.idl
blob: 7f95d1147e2ef44361822c92927c1fe3515d91fb (plain)
1
2
3
4
5
6
// $Id$

module Test
{
  typedef sequence <string, 10> bounded_string_seq;
};