 # IMPACT Public Release (www.crhc.uiuc.edu/IMPACT)            Version 2.33  #
 # IMPACT Trimaran Release (www.trimaran.org)                  July 12, 1999 #
###############################################################################
#  Run 'read_exec_info --help | more' for documentation.
#
#  Source of this file's information:
#   David Penry, Princeton Univ.
#
#  Revision history for this file:
#     5/01  Created by David Penry
###############################################################################

DESCRIPTION="Count characters, words, and lines in program.m4 generated from 099.go"
SETUP="ln -sf ${BENCH_DIR}/input4/program.m4 .";
PREFIX="";
ARGS="program.m4";
CHECK="diff ${RESULT_FILE} ${BENCH_DIR}/output4/result.out"
CLEANUP="rm -f program.m4";

# Simulate everything
SKIP="0";
