blob: e7c497e30bb97f5a2eb69ab20819eab5219428a9 [file] [log] [blame]
submodule test6 {
belongs-to "test5" {
prefix "test";
}
revision "2016-07-04" {
description "Initial revision.";
}
typedef typedef {
type int32;
}
container cont1 {
leaf leaf1 {
type int32;
}
}
container cont2 {
leaf leaf1 {
type int32;
}
}
}