NetBSD-5.0.2/regress/usr.bin/awk/string1/test.awk

# $Id: test.awk,v 1.1 2005/01/13 12:26:12 yamt Exp $

BEGIN {
	print "A\
B";
	print "CD"
}