ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / Slice / errorDetection / DummyAtGlobalLevel.ice
blob18011fec2c645297eab0ba4e49b9f7c342468594
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
10 interface Foo
12     void op() throws UndefinedException;
13     void op2() throws class;
16 sequence<int> IntSeq;
18 struct S
20     int i;
23 dictionary<string, string> StringDict;
25 enum E { red };
27 const int x = 1;