// // Copyright (c) ZeroC, Inc. All rights reserved. // [["js:es6-module"]] #pragma once #include module Demo { module gx { struct Square { Point p1; Point p2; Point p3; Point p4; } } }