array_assign.cvc 49 B

12345
  1. void foo() {
  2. int[4] a;
  3. a = [1, 2, 3];
  4. }