1# $MawkId: fpetest1.awk,v 1.2 2010/12/10 17:00:00 tom Exp $
2# Test-script for MAWK
3###############################################################################
4# copyright 1993, Michael D. Brennan
5#
6# This is a source file for mawk, an implementation of
7# the AWK programming language.
8#
9# Mawk is distributed without warranty under the terms of
10# the GNU General Public License, version 2, 1991.
11###############################################################################
12BEGIN{ print 4/0 }
13