array-initialization.cpp 37 B

123
  1. void foo() {
  2. int x[0] = {1,2};
  3. }