ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / Slice / errorDetection / ParamsOutOfOrder.ice
blobde626b93ec9844a63a9a88e12e8b7161ea92c823
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 // **********************************************************************
12 module Test
15 interface Foo
17     void bar(long l1, out long l2, long l3);
18     void baz(out long l2, long l3);