aboutsummaryrefslogtreecommitdiffstats
path: root/test/lintplus.awk
blob: 3c4e76c491a2c85a7ab08cb02e57d642ffaef54c (plain)
1
BEGIN { y = substr("abc", 2, 2) + "d" ; print y }