summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/EnumEmpty.ice
blob: ce7a101234ba80165d0061e61304a9f87b1547d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
//
// **********************************************************************

module Test
{

enum foo {}

}