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

13 lines
264 B
Plaintext
Executable File

# T: Default init strings, both binary and string literal.
# F: from init.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group of fixed
string { length 5; init "abcde"; } one;
binary { length 0; init <12345>; } two;
};