summaryrefslogtreecommitdiff
path: root/test/include.awk
blob: 8fc7837d543679e35e5c7c8a6f078afc8f0e592f (plain)
1
2
3
4
5
@include "inclib.awk"

BEGIN {
	print sandwich("a", "b", "c")
}