1 // Taken from #2938 submitted by @versusvoid 2 struct Test { 3 field: i32, 4 pub another: i32, 5 pub(crate) yet_another: i32, 6 } 7