• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// module_unittest
2namespace bluetooth;
3
4attribute "privacy";
5
6table ModuleUnitTestData {
7    title:string (privacy:"Any");
8}
9
10root_type ModuleUnitTestData;
11