DEBSOURCES
Skip Quicknav
sources / libyang / 3.12.2-1 / tools / lint / examples / module3.yang
12345678
module module3 { namespace "urn:yanglint:module"; prefix m; leaf m { type string; must "../c/a"; } container c { leaf b { type string; } } }