Listing 1

  void doSomething(){
    const int size = 5;
    long values[size];
  
Listing 1