1#include <string.h>
2
3void bar()
4{
5	strcpy(NULL, NULL);
6}
7