/**
 * This is a test module.
 *
 * @module
 */

/**
 * This is a test constant.
 */
export const hello = "Hello, world!";
export const 读取多键1 = 1;
