(root)/
gawk-5.2.2/
test/
include.awk
@include "inclib.awk"

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