blob: 86ffd1623fd1b9c07197b3259332b5d30bbc52e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
//
// **********************************************************************
module Test
{
class C { long l; }
enum C { A, B, C }
}
|