#include <string.h>
int main (void)
{ char test[16]; if (strcpy (test, "test")) return 0; return 1; }