Blame test/scalar.awk

Packit 575503
BEGIN{
Packit 575503
	sub(/x/,"",a)
Packit 575503
	a[1]
Packit 575503
}