/ tests / tests / parser / program / struct_with_visibility.adl
struct_with_visibility.adl
1  
2  program test.alpha {
3      struct foo {
4          public baz: address,
5          private floo: u64,
6          data: bool,
7      }
8  }