157bf38f3f4522e201c5135836ed236b6486d923
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug6150 / target.yang
1 module target {
2
3   namespace "odl:test:bug6150:target";
4   prefix "t";
5   revision 2016-11-10;
6
7   container target {
8     presence "Augmentations go here.";
9   }
10
11 }