blob: 35f85548c7311404e420890e07e42db1ba4c629f [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
typedef topInt {
type int64;
default "x";
}
leaf myValue {
type topInt;
}
}