module org.apache.hadoop.record { class RecRecord0 { ustring stringVal; } class RecRecord1 { boolean boolVal; byte byteVal; int intVal; long longVal; float floatVal; // testing inline comment double doubleVal; /* testing comment */ ustring stringVal; /* testing multi-line * comment */ buffer bufferVal; // testing another // inline comment vector vectorVal; map mapVal; RecRecord0 recordVal; } }