<?php

/**
 * @file
 * Test module.
 */

/**
 *
 */
function module_handler_test_all2_hook($arg) {
  return $arg;
}
