openesb-components/ojc-core/encodersl/encoder-custom/test/data/m193.cud

15 lines
258 B
Plaintext
Executable File

# T: Recursive structure, fixed data.
# F: from recur2.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
struct list {
is group of fixed string { length 1; } data;
struct list ?next;
} list;
};