(root)/
gawk-5.2.2/
test/
profile8.ok
{
	if (0) {
	} else {
	}
}

{
	while (0) {
	}
}

{
	do {
	} while (0)
}

{
	for (;;) {
	}
}