summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/hash/Test.ice
blob: 9eca1e22764ce182089d5b68d8af55481df23ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#pragma once

module Test
{

class Point
{
}

}