blob: dc423fea9ea20cccbff07dcb6e36ac42e4ded629 [file] [log] [blame]
namespace testing;
attribute "privacy";
table BarTestSchema {
bar_x:int;
bar_y:int;
another_field:string (privacy:"Any");
}
root_type BarTestSchema;