test78.cvc 89 B

1234
  1. void bool_float_arrays(){
  2. bool[2] b = [true,false];
  3. float[3] f = [1.0, 2.2, 3.14];
  4. }