blob: c87022d715afd41261a5ce0f846f60f54cb41081 [file] [log] [blame]
module test8 {
namespace "multi:test8:test";
prefix test ;
revision "2016-07-04" {
description "Initial revision.";
}
grouping grouping1 {
leaf leaf1 {
type int32;
}
}
typedef typedef3 {
type int32;
}
container container2 {
}
}