blob: 961db6edbf89ef8104141ea1c405aad7524f9615 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001
2struct Property {
3 property: bool;
4}
5
6table TestMutatingBool {
7 b: Property;
8}