<?php

/**
 * @file
 * Long array syntax is allowed in Drupal 7 code.
 */

/**
 * Declaring a long array.
 */
function test() {
  return array();
}
