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

15 lines
417 B
Plaintext
Executable File

# T: Legal case-clashing parent struct names.
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group of fixed
struct metoo { public string { length 1; } f; } s1;
struct MeToo { public string { length 1; } f; } s2;
struct meToo { public string { length 1; } f; } s3;
struct Metoo { public string { length 1; } f; } s4;
struct MeToO { public string { length 1; } f; } s5;
};