xref: /freebsd/contrib/netbsd-tests/usr.bin/awk/d_string1.awk (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1# $NetBSD: d_string1.awk,v 1.1 2012/03/11 18:36:00 jruoho Exp $
2
3BEGIN {
4	print "A\
5B";
6	print "CD"
7}
8