summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl
blob: 265969ac96a6b0dbe4ae9c68432237981fcb7506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#ifndef FOO_IDL
#define FOO_IDL

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

#endif