DEBSOURCES
Skip Quicknav
sources / libyang2 / 2.1.30-2 / 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; } } }