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

module Test
{

enum foo {}

}