blob: b54ad47fae626f0c05c0e953f537840037376c4e [file] [log] [blame]
module test5 {
namespace "test5:test";
prefix test ;
revision "2016-07-04" {
description "Initial revision.";
}
typedef typedef1 {
type int32;
}
grouping group1 {
leaf typedef-leaf {
type typedef1;
}
}
}