fail55.cvc 74 B

12345678910
  1. void sum_arrayexp()
  2. {
  3. int i = 1 + [0];
  4. 1 + 2;
  5. }
  6. void empty()
  7. {
  8. ;
  9. }