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

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