summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/RedefinitionAsSequence.ice
blob: 7cf41008b064a2b0f88413809ba01f090af545d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

module Test
{

class C { long l; }
sequence<int> C;

}