V10/cmd/cyntax/cem/bad.c

main()
{
	extern char * strcpy();
	char *s[10];
	strcpy(s, f());
}