summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/RedefinitionAsModule.ice
blob: 3a486e4366615a1e9bd6a39e8b875aad9aeb4c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// **********************************************************************
//
// Copyright (c) 2001
// MutableRealms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
//
// **********************************************************************

sequence<int> Sequence;
module Sequence { };
module Module { };
module Module { };