parse_assign.cvc 56 B

1234567
  1. int b;
  2. void foo() {
  3. int a;
  4. a = 2;
  5. b = 1;
  6. }