xref: /minix3/tests/usr.bin/awk/d_string1.awk (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc# $NetBSD: d_string1.awk,v 1.1 2012/03/11 18:36:00 jruoho Exp $
2*11be35a1SLionel Sambuc
3*11be35a1SLionel SambucBEGIN {
4*11be35a1SLionel Sambuc	print "A\
5*11be35a1SLionel SambucB";
6*11be35a1SLionel Sambuc	print "CD"
7*11be35a1SLionel Sambuc}
8