Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug7038 / foo.yang
1 module foo {
2     namespace foo;
3     prefix foo;
4
5     extension decimal64 {
6         argument arg;
7     }
8 }