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

sequence<int> Seq;
module Seq;
module Mod { };
module Mod { };