aboutsummaryrefslogtreecommitdiffstats
path: root/test/rebuild.awk
blob: 7320f1920a9604a15ebe1f60eae3516e3e3c6e83 (plain)
1
2
3
4
5
{
	$1 = "test"
	print $0
	print typeof($2)
}