blob: 33f90c98001fe8752337c994770443b60a2672bf [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf invalid-interval {
type Ant:hello;
}
typedef hi {
type string;
}
}