summaryrefslogtreecommitdiff
path: root/tests/projects/c/asn1c/src/rectangle.asn1
blob: 30646dd130c1a3f5363ccb7d2cf21c0e05f1c99f (plain)
1
2
3
4
5
6
7
RectangleModule1 DEFINITIONS ::=
BEGIN
Rectangle ::= SEQUENCE {
    height  INTEGER,
    width   INTEGER
}
END