68a568bfb94a05535c0bc0aa07e16c2891c23124
[yangtools.git] / yang / yang-parser-impl / src / test / resources / types / union-with-ext / extdef.yang
1 module "extdef" {
2     yang-version 1;
3     namespace "urn:test:bug:extdef";
4     prefix "extdef";
5
6     revision 2012-04-16 {
7     }
8
9     extension "help" {
10         argument "text";
11     }
12
13 }