1//
2// Copyright (c) ZeroC, Inc. All rights reserved.
3//
45[["js:es6-module"]]
67#pragma once
89#include <Demo/Point.ice>
1011module Demo
12{
1314module gx
15{
1617struct Square
18{
19 Point p1;
20 Point p2;
21 Point p3;
22 Point p4;
23}
2425}
2627}
28