global_functions_08.sol 136 B

12345678
  1. struct S {
  2. int32 f1;
  3. int32 f2;
  4. }
  5. function x(S storage x) view { x.f1 = 102; }