summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl
blob: 2b5253e84a765e90ad951172781393ae3c0cadf8 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef FOO_IDL
#define FOO_IDL

typedef long LongBar[5];
struct Foo
{
  LongBar bar;
};

#endif